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