1
0
Fork 0

Revert Nix GC period (unsupported option)

This commit is contained in:
Aires 2024-04-18 10:20:28 -04:00
parent f58fa7a850
commit b0ed6005f1

View file

@ -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