diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-01-27 09:19:04 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-01-27 09:19:04 +0100 |
| commit | 76ee213ed883435ab3a545a4662c40c2251cb66f (patch) | |
| tree | 36cfb17857751bc90135b55f48eb0fa07eae9e9d /modules/nixos/personal | |
| parent | 98d2792483b1ba7b42adf44761f1c854f7574d5c (diff) | |
nixos: upgrade: don't restart failing service
Diffstat (limited to 'modules/nixos/personal')
| -rw-r--r-- | modules/nixos/personal/nix.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/nixos/personal/nix.nix b/modules/nixos/personal/nix.nix index 773c595..a134b7d 100644 --- a/modules/nixos/personal/nix.nix +++ b/modules/nixos/personal/nix.nix @@ -75,14 +75,6 @@ in { }; nixos-upgrade = { preStart = "${pkgs.host}/bin/host firecat53.net"; # Check network connectivity - serviceConfig = { - Restart = "on-failure"; - RestartSec = lib.mkForce "120"; - }; - unitConfig = { - StartLimitIntervalSec = lib.mkForce 600; - StartLimitBurst = lib.mkForce 2; - }; after = ["flake-update.service"]; wants = ["flake-update.service"]; personal.monitor = true; |
