summary refs log tree commit diff
path: root/nixos
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
parent94e87bd79bd04bc54efef21b93c8bbf5ffec40e8 (diff)
downloadnixpkgs-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar
nixpkgs-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.gz
nixpkgs-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.bz2
nixpkgs-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.lz
nixpkgs-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.xz
nixpkgs-05b7aaae74f932d483d14fa29aa4807f2005a2e3.tar.zst
nixpkgs-05b7aaae74f932d483d14fa29aa4807f2005a2e3.zip
nix.optimise.dates should be list
Diffstat (limited to 'nixos')
-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 fea322a68f8..87ce05c5a11 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