From 0f235f75aa28ee511c2f3f925e487e2a613fef1c Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 11 Mar 2025 13:49:44 +0100 Subject: [PATCH] Change wol timer --- modules/timers/wol.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"; }; };