MyNixOS website logo
option

systemd.watchdog.rebootTime

The amount of time which can elapse after a reboot has been triggered before a watchdog hardware device will automatically reboot the system. If left null, systemd will use its default of 10 minutes; see systemd-system.conf(5).

Valid time units include "ms", "s", "min", "h", "d", and "w"; see also systemd.time(7).

Declarations
Type
null or string
Default
null
Example
"10m"