diff options
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index 17b3f99..9be2937 100644 --- a/system/default.nix +++ b/system/default.nix @@ -32,6 +32,7 @@ auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; use-xdg-base-directories = true; + trusted-users = ["root" "@wheel"]; }; }; |