Revert Nix GC period (unsupported option)
This commit is contained in:
parent
f58fa7a850
commit
b0ed6005f1
|
@ -82,7 +82,7 @@ with lib;
|
|||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than +10"; # Keep only the last ten generations
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
# Configure NixOS to use the same software channel as Flakes
|
||||
|
|
Loading…
Reference in a new issue