diff --git a/system/nix/default.nix b/system/nix/default.nix index f1d782f..3cef10e 100644 --- a/system/nix/default.nix +++ b/system/nix/default.nix @@ -7,6 +7,7 @@ accept-flake-config = true; warn-dirty = false; auto-optimise-store = true; + trusted-users = ["root" "@wheel"]; experimental-features = [ "nix-command" "flakes"