fix(nix): update allowed-users from "@staff" to "@admin"
This commit is contained in:
parent
00040eed1a
commit
63fa4c2bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ in
|
||||||
|
|
||||||
trusted-users = users;
|
trusted-users = users;
|
||||||
allowed-users = [
|
allowed-users = [
|
||||||
"@staff"
|
"@admin"
|
||||||
"root"
|
"root"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue