summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/default.nix1
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"];
};
};