fix(nix): update allowed-users from "@staff" to "@admin"

This commit is contained in:
Harald Hoyer 2025-12-12 09:33:12 +01:00
parent 00040eed1a
commit 63fa4c2bfd

View file

@ -51,7 +51,7 @@ in
trusted-users = users;
allowed-users = [
"@staff"
"@admin"
"root"
];