space optimization

This commit is contained in:
John Lancaster
2026-03-11 01:11:11 -05:00
parent a26814ea6a
commit dac3b84ffb

View File

@@ -12,6 +12,12 @@
security.sudo-rs.enable = true;
programs.nix-ld.enable = true;
nix.optimise.automatic = true;
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
};
# Generic bootstrapping lxc, use a specific host file for more