gh: enable gc

This commit is contained in:
Sridhar Ratnakumar 2025-01-18 14:42:19 -05:00
parent 91d5daa5f0
commit f33ae745f2

View file

@ -8,6 +8,10 @@ in
inputs.github-nix-ci.nixosModules.default
];
nix.gc = {
automatic = true;
};
services.github-nix-ci = {
age.secretsDir = self + /secrets;
runnerSettings = {