diff options
-rw-r--r-- | custom/uucp.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 86ef232c..46e6c76f 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -199,7 +199,6 @@ in { | |||
199 | uucp | 199 | uucp |
200 | ]; | 200 | ]; |
201 | 201 | ||
202 | services.cron.systemCronJobs = optional (config.services.uucp.interval != null) | 202 | services.cron.systemCronJobs = (map (name: "${config.services.uucp.interval} root /var/setuid-wrappers/uucico -D -s ${name}") (optional (config.services.uucp.interval != null) config.services.uucp.remoteNodes)); |
203 | (map (name: "${config.services.uucp.interval} root /var/setuid-wrappers/uucico -D -s ${name}") config.services.uucp.remoteNodes); | ||
204 | }; | 203 | }; |
205 | } | 204 | } |