From 2c744c070afab0846d836f5b5c4e7030a1487791 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Fri, 1 May 2026 08:12:08 +0200 Subject: [PATCH] chore: set nix garbage collection --- home/common/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/common/default.nix b/home/common/default.nix index e615050..64f8148 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -53,5 +53,9 @@ experimental-features = ["nix-command" "flakes"]; warn-dirty = false; }; + gc = { + automatic = true; + options = "--delete-older-than 30d"; + }; }; }