feat: add automatic garbage collection

This commit is contained in:
Guz
2024-09-29 14:30:29 -03:00
parent 6a6ea9ec54
commit c7213e68ed

View File

@@ -53,6 +53,11 @@
nix.settings.experimental-features = ["nix-command" "flakes"];
nix.package = pkgs.nixVersions.nix_2_21;
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 10d";
};
networking = {
networkmanager.enable = true;