Enable auto gc

This commit is contained in:
Paul-Henri Froidmont 2025-08-28 23:16:53 +02:00
parent 0da8827b84
commit 03b35dea36
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -29,6 +29,12 @@
]; ];
auto-optimise-store = true; auto-optimise-store = true;
}; };
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
persistent = true;
};
}; };
system.configurationRevision = lib.mkIf (inputs.self ? rev) inputs.self.rev; system.configurationRevision = lib.mkIf (inputs.self ? rev) inputs.self.rev;