fix: replace gc with nix.gc for mx
This commit is contained in:
parent
e9076baeee
commit
1033d30619
|
@ -35,7 +35,7 @@
|
||||||
flake = lib.mkForce "git+file:///var/lib/gitea/repositories/harald/nixcfg.git#mx";
|
flake = lib.mkForce "git+file:///var/lib/gitea/repositories/harald/nixcfg.git#mx";
|
||||||
};
|
};
|
||||||
|
|
||||||
gc = {
|
nix.gc = {
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue