mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
bd556bcc11
Signed-off-by: Magic_RB <magic_rb@redalder.org>
8 lines
265 B
Nix
8 lines
265 B
Nix
{ ... }:
|
|
{
|
|
systemd.watchdog.runtimeTime = "60s";
|
|
systemd.watchdog.rebootTime = "3m";
|
|
systemd.watchdog.kexecTime = "5m";
|
|
systemd.services."emergency".serviceConfig.ExecStartPre = "/bin/sh -c \"read -t 30 || /run/current-system/sw/bin/systemctl reboot\"";
|
|
}
|