configuration: setup nix GC

This commit is contained in:
Antoine Martin 2021-02-14 12:33:03 +01:00
parent e3440b61ab
commit 72161b8c57

View file

@ -157,6 +157,12 @@
binaryCachePublicKeys = [
"alarsyo.cachix.org-1:A6BmcaJek5+ZDWWv3fPteHhPm6U8liS9CbDbmegPfmk="
];
gc = {
automatic = true;
dates = "03:15";
options = "--delete-older-than 30d";
};
};
}