system/nix: add wheel to trusted users

This commit is contained in:
Anthony Rodriguez 2024-12-13 12:03:37 +01:00
parent 2ae9ccda39
commit cdbcd8d1bd
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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"