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