From f1e004317efd1a8b350d8d15a32432fd31618bfe Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 5 Aug 2017 23:51:18 +0200 Subject: Work on timers --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index 98a2b6c9..4e3f2e92 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -284,7 +284,7 @@ in { }; systemd.timers."uucico@" = { - timerConfig.OnActiveSec = cfg.interval; + timerConfig.OnUnitActiveSec = cfg.interval; }; systemd.targets."multi-user" = { -- cgit v1.2.3