From 747a78b6d9ac9ccc1c9ff57911b3ed5892901b13 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 9 Jul 2022 10:44:49 +0800 Subject: [PATCH] profiles/system: update store optimization to occur weekly --- modules/nixos/profiles/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/profiles/system.nix b/modules/nixos/profiles/system.nix index 1633b1b8..b7773818 100644 --- a/modules/nixos/profiles/system.nix +++ b/modules/nixos/profiles/system.nix @@ -136,7 +136,7 @@ in { # Run the optimizer. nix.optimise = { automatic = true; - dates = [ "daily" ]; + dates = [ "weekly" ]; }; # Clear logs that are more than a month old weekly.