From 48470a75f028dfa4e31a7eaa5e4e825761c0f0a0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 14:39:38 +0200 Subject: typo --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { }; interval = mkOption { - type = types.nullOr types.stri; + type = types.nullOr types.str; default = "00 * * * *"; description = '' Specification of when to run `uucico' in format used by cron -- cgit v1.2.3