From 69daffe084dee42a8dfe9e79acde2e40ffe47b16 Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Wed, 27 Mar 2024 18:58:52 +0100 Subject: [PATCH] Relax garbage collection a bit --- common/nixos.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/nixos.nix b/common/nixos.nix index 125af64..35c1a2f 100644 --- a/common/nixos.nix +++ b/common/nixos.nix @@ -13,8 +13,8 @@ nix.gc = { automatic = true; - dates = "weekly"; - options = "--delete-older-than 30d"; + dates = "monthly"; + options = "--delete-older-than 60d"; }; # This value determines the NixOS release from which the default