diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/uucp.nix | 2 |
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 |