Auto-cleanup
Managed to clean 10 GiB even with beesd enabled, and it's still going! Reconsidering beesd but also meh, it hasn't been a pain lately.
This commit is contained in:
parent
68bf84cd0e
commit
b50a21e0de
1 changed files with 6 additions and 0 deletions
|
@ -50,8 +50,14 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
persistent = true;
|
||||
options = "--delete-older-than 14d";
|
||||
};
|
||||
package = pkgs.lix;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue