fix: replace gc with nix.gc for mx

This commit is contained in:
Harald Hoyer 2024-06-25 10:39:55 +02:00
parent e9076baeee
commit 1033d30619

View file

@ -35,7 +35,7 @@
flake = lib.mkForce "git+file:///var/lib/gitea/repositories/harald/nixcfg.git#mx";
};
gc = {
nix.gc = {
dates = "daily";
options = "--delete-older-than 7d";
};