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
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than=7d";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
settings = {
|
||||
# Automatically optimise the store after each build. Store optimisation
|
||||
|
|
Loading…
Reference in a new issue