fix gc
This commit is contained in:
parent
d06e1ccb02
commit
513efe4816
|
@ -11,7 +11,7 @@
|
||||||
# https://nixos.org/manual/nix/stable/package-management/garbage-collection
|
# https://nixos.org/manual/nix/stable/package-management/garbage-collection
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than=7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
# Automatically optimise the store after each build. Store optimisation
|
# Automatically optimise the store after each build. Store optimisation
|
||||||
|
|
Loading…
Reference in a new issue