chore: set nix garbage collection

This commit is contained in:
2026-05-01 08:12:08 +02:00
parent 097d676291
commit 2c744c070a

View File

@@ -53,5 +53,9 @@
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes"];
warn-dirty = false; warn-dirty = false;
}; };
gc = {
automatic = true;
options = "--delete-older-than 30d";
};
}; };
} }