diff --git a/config/nix.nix b/config/nix.nix index 997ddc7..a9c78e2 100644 --- a/config/nix.nix +++ b/config/nix.nix @@ -6,6 +6,7 @@ // { auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; + trusted-users = ["@wheel" "winston"]; }; }; }