Browse Source

fixup! nfs: prevent clients from going AWOL

main
Dustin Frisch 4 days ago
parent
commit
4528b835a1
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 2
      machines/nfs/wol.nix

2
machines/nfs/wol.nix

@ -31,7 +31,7 @@ in
script = "exec ${awol}/bin/awol";
startAt = "5 minutes";
startAt = "minutely";
};
}
Loading…
Cancel
Save