feat(nix): update allowed-users configuration
- Added "@users" and "root" to `allowed-users` in nix settings.
This commit is contained in:
parent
a03d1d8867
commit
f023b67086
2 changed files with 35 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue