1
0

profiles/common-nix: Collect garbage more aggressively, too much trash laying around

This commit is contained in:
2025-11-24 18:16:39 +01:00
parent e0815c725a
commit 5ad658bd78

View File

@@ -32,8 +32,8 @@ in {
nix.gc = lib.mkDefault {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
dates = "daily";
options = "--delete-older-than 16d";
};