From 02c604097271a0c4f9be6aff539d8a43d6dca8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 19 Feb 2024 12:54:08 -0300 Subject: [PATCH] nix: collect garbage daily --- system/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/nix.nix b/system/nix.nix index aec58cb..9af7534 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -11,8 +11,8 @@ in nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; gc = { automatic = true; - dates = "monthly"; - options = "--delete-older-than 7d"; + dates = "daily"; + options = "--delete-older-than 3d"; }; optimise.automatic = true; settings = {