diff --git a/hosts/common/nix.nix b/hosts/common/nix.nix index 6080333..b10b8ac 100644 --- a/hosts/common/nix.nix +++ b/hosts/common/nix.nix @@ -17,7 +17,6 @@ settings = { allow-dirty = true; allowed-uris = [ "http://" "https://" ]; - auto-optimise-store = true; binary-caches = [ "https://cache.nixos.org/" ]; builders-use-substitutes = true; experimental-features = [ "nix-command" "flakes" ]; @@ -30,6 +29,9 @@ !include ${config.sops.secrets."nix/access-tokens".path} ''; + optimise.automatic = true; + gc.automatic = true; + registry = { home.to = { type = "path";