feat(nfs-share): check every minute to disable automount.

This commit is contained in:
CronyAkatsuki 2025-06-28 09:34:42 +02:00
parent d4545b0b68
commit 5e2fd57a6e

View file

@ -33,7 +33,7 @@ in {
enable = true;
timerConfig = {
OnBootSec = "1m";
# OnUnitActiveSec = "1m";
OnUnitActiveSec = "1m";
};
wantedBy = ["timers.target"];
};