diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-01-28 19:03:56 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-01-28 19:03:56 +0100 |
| commit | 802d7b1608634e0bda5a1bccf43e93a1a1fb8d04 (patch) | |
| tree | 63d1ca24d110368c69b151353d3b5f13c1ec192e /modules | |
| parent | 451b223d7684f68711fd1a3767cd4f0ab10fd668 (diff) | |
nixos: upgrade: connectivity check: firecast -> quad9
Diffstat (limited to 'modules')
| -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 a134b7d..e3f7395 100644 --- a/modules/nixos/personal/nix.nix +++ b/modules/nixos/personal/nix.nix @@ -57,7 +57,7 @@ in { (lib.mkIf cfg.autoUpgrade.enable { # upgrading flake-update = lib.mkIf (cfg.flake != null && cfg.autoUpgrade.autoUpdateInputs != []) { - preStart = "${pkgs.host}/bin/host firecat53.net"; # Check network connectivity + preStart = "${pkgs.host}/bin/host 9.9.9.9"; # Check network connectivity unitConfig = { Description = "Update flake inputs"; StartLimitIntervalSec = 300; @@ -74,7 +74,7 @@ in { personal.monitor = true; }; nixos-upgrade = { - preStart = "${pkgs.host}/bin/host firecat53.net"; # Check network connectivity + preStart = "${pkgs.host}/bin/host 9.9.9.9"; # Check network connectivity after = ["flake-update.service"]; wants = ["flake-update.service"]; personal.monitor = true; |
