summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index add9704c..98a2b6c9 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -284,7 +284,7 @@ in {
284 }; 284 };
285 285
286 systemd.timers."uucico@" = { 286 systemd.timers."uucico@" = {
287 timerConfig.OnUnitInactiveSec = cfg.interval; 287 timerConfig.OnActiveSec = cfg.interval;
288 }; 288 };
289 289
290 systemd.targets."multi-user" = { 290 systemd.targets."multi-user" = {