From 4528b835a105b4865c8c9cf034867f4beb05b3b2 Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Wed, 20 Nov 2024 11:30:12 +0100 Subject: [PATCH] fixup! nfs: prevent clients from going AWOL --- machines/nfs/wol.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }