nix.optimise.dates should be list
This commit is contained in:
parent
94e87bd79b
commit
05b7aaae74
@ -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 New Issue
Block a user