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:
Geoffrey Frogeye 2025-03-31 00:08:28 +02:00
parent 68bf84cd0e
commit b50a21e0de
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -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"