diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ginaz/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 4956c27..932d125 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -97,4 +97,6 @@ }; wantedBy = [ "multi-user.target" ]; }; + + systemd.watchdog.runtimeTime = "60s"; } |