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" = {
wantedBy = ["timers.target"];
timerConfig = {
OnBootSec = "5m";
OnUnitActiveSec = "1m";
OnBootSec = "10s";
Unit = "enable-wol.service";
};
};