Increase watchdog times on blowhole

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-05-03 12:12:47 +02:00
parent eaa22d8e4c
commit 9bd3b12c4a
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -60,9 +60,9 @@
};
systemd.watchdog.runtimeTime = "60s";
systemd.watchdog.rebootTime = "120s";
systemd.watchdog.kexecTime = "120s";
systemd.services."emergency".serviceConfig.ExecStartPre = "/bin/sh -c \"read -t 30 || /bin/systemctl reboot\"";
systemd.watchdog.rebootTime = "10m";
systemd.watchdog.kexecTime = "5m";
systemd.services."emergency".serviceConfig.ExecStartPre = "/bin/sh -c \"read -t 30 || /run/current-system/sw/bin/systemctl reboot\"";
services.nfs.server = {
enable = true;