mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 16:04:25 +01:00
Increase watchdog times on blowhole
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
eaa22d8e4c
commit
9bd3b12c4a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue