summary refs log tree commit diff
path: root/nixos/modules/services/misc
diff options
context:
space:
mode:
authorAndrew Scott <andj.scott@gmail.com>2016-10-04 11:31:51 +0100
committerAndrew Scott <andj.scott@gmail.com>2016-10-04 11:31:51 +0100
commit05b7aaae74f932d483d14fa29aa4807f2005a2e3 (patch)
tree84165dc6c7fb239126153f5919daa45cc0b38cec /nixos/modules/services/misc
parent94e87bd79bd04bc54efef21b93c8bbf5ffec40e8 (diff)
downloadnixlib-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar
nixlib-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.gz
nixlib-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.bz2
nixlib-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.lz
nixlib-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.xz
nixlib-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.zst
nixlib-05b7aaae74f932d483d14fa29aa4807f2005a2e3.zip
nix.optimise.dates should be list
Diffstat (limited to 'nixos/modules/services/misc')
-rw-r--r--nixos/modules/services/misc/nix-optimise.nix2
1 files changed, 1 insertions, 1 deletions
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