diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 14:39:38 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 14:39:38 +0200 |
commit | 48470a75f028dfa4e31a7eaa5e4e825761c0f0a0 (patch) | |
tree | 7b37d9d2466edc564c19ee2ee417b4e8c8349bf0 /custom | |
parent | dbc7acfdbb121339d9a3fd311a32fbf9ffc4e1b7 (diff) | |
download | nixos-48470a75f028dfa4e31a7eaa5e4e825761c0f0a0.tar nixos-48470a75f028dfa4e31a7eaa5e4e825761c0f0a0.tar.gz nixos-48470a75f028dfa4e31a7eaa5e4e825761c0f0a0.tar.bz2 nixos-48470a75f028dfa4e31a7eaa5e4e825761c0f0a0.tar.xz nixos-48470a75f028dfa4e31a7eaa5e4e825761c0f0a0.zip |
typo
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 |