From bc7034e7e269d2333adf95b07fba9e40c0c2ae81 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 24 Mar 2024 04:01:04 -0400 Subject: [PATCH] typo in optimise Signed-off-by: ahuston-0 --- systems/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/configuration.nix b/systems/configuration.nix index d606003..dac0455 100644 --- a/systems/configuration.nix +++ b/systems/configuration.nix @@ -199,7 +199,7 @@ options = "--delete-older-than 30d"; }; - optimize = { + optimise = { automatic = true; dates = [ "01:00" ]; };