aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/arrakis/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index aa8ca26..17da12f 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -426,4 +426,6 @@
};
wantedBy = [ "multi-user.target" ];
};
+
+ systemd.watchdog.runtimeTime = "60s";
}