feat(nix): update allowed-users configuration

- Added "@users" and "root" to `allowed-users` in nix settings.
This commit is contained in:
Harald Hoyer 2025-12-11 09:15:51 +01:00
parent a03d1d8867
commit f023b67086
2 changed files with 35 additions and 29 deletions

View file

@ -75,7 +75,10 @@ in
sandbox = true;
auto-optimise-store = true;
trusted-users = users;
allowed-users = users;
allowed-users = [
"@users"
"root"
];
substituters = [
cfg.default-substituter.url