system/nix: add wheel to trusted users
This commit is contained in:
parent
2ae9ccda39
commit
cdbcd8d1bd
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
accept-flake-config = true;
|
||||
warn-dirty = false;
|
||||
auto-optimise-store = true;
|
||||
trusted-users = ["root" "@wheel"];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
|
Loading…
Reference in a new issue