summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index 88ff589f..86ef232c 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -101,7 +101,7 @@ in {
101 }; 101 };
102 102
103 interval = mkOption { 103 interval = mkOption {
104 type = types.nullOr types.stri; 104 type = types.nullOr types.str;
105 default = "00 * * * *"; 105 default = "00 * * * *";
106 description = '' 106 description = ''
107 Specification of when to run `uucico' in format used by cron 107 Specification of when to run `uucico' in format used by cron