sane-reclaim-disk-space: include delete-older-than 30d
argument
This commit is contained in:
@@ -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 ]
|
||||
|
Reference in New Issue
Block a user