base: Automatic Nix GC
This commit is contained in:
parent
5c6a84d708
commit
6f775f9bce
1 changed files with 6 additions and 0 deletions
|
|
@ -5,4 +5,10 @@
|
||||||
vim
|
vim
|
||||||
rsync
|
rsync
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue