diff --git a/nixos-module.nix b/nixos-module.nix index 1e36b5f..60f9d9a 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -69,8 +69,8 @@ Group = cfg.group; ProtectSystem = "full"; Restart = "always"; - RestartSec = "10s"; - WatchdogSec = "600s"; + RestartSec = "1s"; + WatchdogSec = "1800s"; }; }; };