Test configuration
This commit is contained in:
8
modules/nixos/garbage-collection.nix
Normal file
8
modules/nixos/garbage-collection.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
nix.settings.auto-optimise-store = true; # Deduplicates files
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user