modules/nixos/common/reboot: increase timer frequency
This commit is contained in:
parent
654f4190df
commit
4352772fc8
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@
|
|||
systemctl reboot
|
||||
fi
|
||||
'';
|
||||
startAt = "0/3:00";
|
||||
startAt = "hourly";
|
||||
};
|
||||
systemd.timers.reboot-after-update = {
|
||||
timerConfig.RandomizedDelaySec = "3h";
|
||||
timerConfig.RandomizedDelaySec = "2h";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue