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;
|
accept-flake-config = true;
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
trusted-users = ["root" "@wheel"];
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
|
Loading…
Reference in a new issue