diff options
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/personal/nix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/personal/nix.nix b/modules/nixos/personal/nix.nix index 9e596ca..77b4807 100644 --- a/modules/nixos/personal/nix.nix +++ b/modules/nixos/personal/nix.nix @@ -31,7 +31,7 @@ in { }; checkHosts = lib.mkOption { type = with lib.types; listOf str; - default = ["cache.nixos.org"]; + default = config.nix.settings.substituters; }; }; flake = lib.mkOption { @@ -197,7 +197,7 @@ in { }; }; - personal.nix.autoUpgrade.checkHosts = ["hephaistos.${domain}"]; + personal.nix.autoUpgrade.checkHosts = lib.mkDefault ["hephaistos.${domain}"]; programs.ssh = { extraConfig = lib.optionalString enable '' |
