summaryrefslogtreecommitdiff
path: root/system/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-20 12:02:32 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-20 12:02:32 -0500
commit58bd574cd2476c0097cb278e049a3522b56bb2bf (patch)
treedadb9d7c700d4fd6c78b4ca0ff52d6b2d098a743 /system/default.nix
parentadd more defaults in nix.conf (diff)
downloaddotfiles-nix-58bd574cd2476c0097cb278e049a3522b56bb2bf.tar.gz
dotfiles-nix-58bd574cd2476c0097cb278e049a3522b56bb2bf.tar.bz2
dotfiles-nix-58bd574cd2476c0097cb278e049a3522b56bb2bf.zip
add @wheel group as a nix trusted userHEADmain
Diffstat (limited to 'system/default.nix')
-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"];
};
};