From 2ce8246287a85ee20c329cb68d54962418d0cffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 30 May 2024 16:54:06 -0300 Subject: [PATCH] nix: lower frequency of gc --- system/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/nix.nix b/system/nix.nix index f9b0a82..38b2eb9 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -11,8 +11,8 @@ in nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; gc = { automatic = true; - dates = "daily"; - options = "--delete-older-than 3d"; + dates = "weekly"; + options = "--delete-older-than 7d"; }; optimise.automatic = true; settings = {