Skip to content

Commit

Permalink
Merge pull request #523 from danjujan/patch-2
Browse files Browse the repository at this point in the history
decrease watchdog runtimeTime for Raspberry Pi compatibility
  • Loading branch information
Mic92 authored Oct 5, 2024
2 parents 9156060 + 6aae204 commit 7aaa72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
# https://0pointer.de/blog/projects/watchdog.html
watchdog = {
# systemd will send a signal to the hardware watchdog at half
# the interval defined here, so every 10s.
# If the hardware watchdog does not get a signal for 20s,
# the interval defined here, so every 7.5s.
# If the hardware watchdog does not get a signal for 15s,
# it will forcefully reboot the system.
runtimeTime = "20s";
runtimeTime = "15s";
# Forcefully reboot if the final stage of the reboot
# hangs without progress for more than 30s.
# For more info, see:
Expand Down

0 comments on commit 7aaa72e

Please sign in to comment.