nix: configure gc to delete generations older than 14d
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m27s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-05 02:21:19 +01:00
parent 09d9d71e2b
commit 64f2688349

View File

@@ -3,6 +3,7 @@
nix = { nix = {
gc = { gc = {
automatic = true; automatic = true;
options = "--delete-older-than 14d";
}; };
optimise = { optimise = {