Merge pull request #19217 from andjscott/nix-optimise

nix-optimise.service: nix.optimise.dates should be list
This commit is contained in:
Jörg Thalheim 2016-10-04 13:31:17 +02:00 committed by GitHub
commit 8a7f9ecb4f

View File

@ -21,7 +21,7 @@ in
}; };
dates = mkOption { dates = mkOption {
default = "03:45"; default = ["03:45"];
type = types.listOf types.str; type = types.listOf types.str;
description = '' description = ''
Specification (in the format described by Specification (in the format described by