diff --git a/machines/nfs/wol.nix b/machines/nfs/wol.nix index f4f2b25..797247e 100644 --- a/machines/nfs/wol.nix +++ b/machines/nfs/wol.nix @@ -31,7 +31,7 @@ in script = "exec ${awol}/bin/awol"; - startAt = "5 minutes"; + startAt = "minutely"; }; }