This commit is contained in:
Sridhar Ratnakumar 2024-01-27 11:23:46 -05:00
parent a04dd396ae
commit 110048645d

View file

@ -33,7 +33,7 @@
gc = {
automatic = true;
dates = "03:15";
options = "-delete-older-than 180d"; # Arguments to pass to nix-collect-garbage
options = "--delete-older-than 180d"; # Arguments to pass to nix-collect-garbage
};
};
}