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 = {
|
nix = {
|
||||||
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
persistent = true;
|
||||||
|
options = "--delete-older-than 14d";
|
||||||
|
};
|
||||||
package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
settings = {
|
settings = {
|
||||||
|
auto-optimise-store = true;
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue