From b19543d50536e4eed8aa2abbe7ffb4fc402a4269 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Mon, 20 Apr 2026 03:42:40 +0200 Subject: [PATCH] add automatic garbage collection --- base.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.nix b/base.nix index 9ce71b3..5b09799 100644 --- a/base.nix +++ b/base.nix @@ -37,6 +37,12 @@ builders-use-substitutes = true; }; + nix.gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 7d"; + }; + services.keyd = { enable = true; keyboards = {