weekly cleanup of nix store

This commit is contained in:
XenGi 2026-02-01 14:42:22 +01:00
parent 752dc85ab5
commit 7dd4db5f90
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -19,7 +19,7 @@
nix = {
optimise = {
automatic = true;
dates = [ "11:00" ];
dates = "weekly";
};
settings = {
auto-optimise-store = true;
@ -36,6 +36,7 @@
};
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 14d";
};
};