profiles/common-nix: Collect garbage more aggressively, too much trash laying around
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user