Change wol timer

This commit is contained in:
KoenDR06 2025-03-11 13:49:44 +01:00
parent 6bbeefb853
commit 0f235f75aa

View file

@ -20,8 +20,7 @@ in {
systemd.timers."enable-wol" = { systemd.timers."enable-wol" = {
wantedBy = ["timers.target"]; wantedBy = ["timers.target"];
timerConfig = { timerConfig = {
OnBootSec = "5m"; OnBootSec = "10s";
OnUnitActiveSec = "1m";
Unit = "enable-wol.service"; Unit = "enable-wol.service";
}; };
}; };