all: Move gc into own module
This commit is contained in:
parent
55606b41cc
commit
3d47947a05
2 changed files with 9 additions and 6 deletions
7
modules/gc.nix
Normal file
7
modules/gc.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue