nix gc only if bigger than 150GB

This commit is contained in:
2026-09-17 21:01:21 +02:00
parent a2e6165a2b
commit 9dee4a9952
+2
View File
@@ -23,6 +23,8 @@ in
keepMin = if keepGenerations != null then keepGenerations else 10;
gc = true; # Run GC afterwards
gcBigger = 150; # Run GC only if store is bigger than 150 GiB
gcModest = true; # Stop gc once store meets quota
};
services.peerix = {