sane-reclaim-disk-space: include delete-older-than 30d argument

This commit is contained in:
Colin 2023-07-02 11:59:37 +00:00
parent 83f2438739
commit a62852072e

View File

@ -46,7 +46,7 @@ if [ $do_gc = true ]
then
# TODO: do we need `sudo` here?
# TODO: `nix-store --gc`?
sudo nix-collect-garbage
sudo nix-collect-garbage --delete-older-than 30d
fi
if [ $do_rmlint = true ]