From a82cf48d431e81fca0acacfdd340d4e9984a01c0 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 12 Nov 2022 01:02:58 +0100 Subject: [PATCH] nixos-module: bump WatchdogSec from 60 to 600 --- nixos-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-module.nix b/nixos-module.nix index fdb6b04..e27d941 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -91,7 +91,7 @@ in serviceConfig = { ExecStart = "${pkgs.caveman-hunter}/bin/caveman-hunter ${hunterConfigFile}"; Type = "notify"; - WatchdogSec = 60; + WatchdogSec = 600; Restart = "always"; RestartSec = 10; DynamicUser = true;