Automatic garbage collection
This commit is contained in:
parent
d03913d61c
commit
3f058b5726
5 changed files with 6 additions and 6 deletions
3
nixos_modules/automatic-garbage-collection.nix
Normal file
3
nixos_modules/automatic-garbage-collection.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
nix.gc = { automatic = true; options = "--delete-older-than 7d"; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue