diff --git a/modules/timers/wol.nix b/modules/timers/wol.nix index de399b7..5f2241d 100644 --- a/modules/timers/wol.nix +++ b/modules/timers/wol.nix @@ -20,8 +20,7 @@ in { systemd.timers."enable-wol" = { wantedBy = ["timers.target"]; timerConfig = { - OnBootSec = "5m"; - OnUnitActiveSec = "1m"; + OnBootSec = "10s"; Unit = "enable-wol.service"; }; };