From 0b244fcf9390eb5d1a402e45d70680154ce439a9 Mon Sep 17 00:00:00 2001 From: m3tm3re
Date: Fri, 1 May 2026 09:28:59 +0200 Subject: [PATCH] chore: set nix GC --- home/common/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/common/default.nix b/home/common/default.nix index 15e4d64..7cd80a5 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -50,5 +50,9 @@ experimental-features = ["nix-command" "flakes"]; warn-dirty = false; }; + gc = { + automatic = true; + options = "--delete-older-than 30d"; + }; }; }