nix: add gc

This commit is contained in:
Simon Gardling 2025-12-05 23:22:11 -05:00
parent 3386fd9716
commit e8b4bc6b81
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

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