diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 40c10ca..6ce2948 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -117,6 +117,9 @@ ]; experimental-features = ["nix-command" "flakes"]; auto-optimise-store = true; + trusted-users = [ + "@wheel" + ]; }; gc = { automatic = true;