nix: add gc

This commit is contained in:
2025-12-05 23:22:11 -05:00
parent 3386fd9716
commit e8b4bc6b81

View File

@@ -86,6 +86,13 @@
nix = { nix = {
# optimize the store # optimize the store
optimise.automatic = true; optimise.automatic = true;
# garbage collection
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
}; };
hardware.intelgpu.driver = "xe"; hardware.intelgpu.driver = "xe";