From 05b7aaae74f932d483d14fa29aa4807f2005a2e3 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 4 Oct 2016 11:31:51 +0100 Subject: [PATCH] nix.optimise.dates should be list --- nixos/modules/services/misc/nix-optimise.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/nix-optimise.nix b/nixos/modules/services/misc/nix-optimise.nix index fea322a68f8e..87ce05c5a11b 100644 --- a/nixos/modules/services/misc/nix-optimise.nix +++ b/nixos/modules/services/misc/nix-optimise.nix @@ -21,7 +21,7 @@ in }; dates = mkOption { - default = "03:45"; + default = ["03:45"]; type = types.listOf types.str; description = '' Specification (in the format described by