lib/default.nix: set watchdog interval to 15s

fares better on rpi4
This commit is contained in:
Astro 2021-10-07 20:18:17 +02:00
parent 1097b985ec
commit 0ec69dc3a1
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ in {
# Reboot on hang
systemd.watchdog = lib.mkIf (!config.boot.isContainer) {
runtimeTime = "10s";
runtimeTime = "15s";
rebootTime = "15s";
};