From 67abf0d448a726487b482b48c969bb26630cea44 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Thu, 3 Oct 2024 16:56:43 +0200 Subject: [PATCH] fixed optimise dates value --- enviroments/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enviroments/common/default.nix b/enviroments/common/default.nix index 3dd24c1..9ee0c50 100644 --- a/enviroments/common/default.nix +++ b/enviroments/common/default.nix @@ -15,7 +15,7 @@ }; optimise = { automatic = true; - dates = "weekly"; + dates = ["weekly"]; }; };