gc
This commit is contained in:
parent
45fea7a83a
commit
e3b84b9c65
2 changed files with 8 additions and 0 deletions
7
common/gc.nix
Normal file
7
common/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