From 58bd574cd2476c0097cb278e049a3522b56bb2bf Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 20 Jan 2026 12:02:32 -0500 Subject: add @wheel group as a nix trusted user --- system/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/default.nix') 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"]; }; }; -- cgit v1.2.3-freya