forked from mirrors/nixpkgs
Merge pull request #19217 from andjscott/nix-optimise
nix-optimise.service: nix.optimise.dates should be list
This commit is contained in:
commit
8a7f9ecb4f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue