dotfiles/remove-old-nix.sh
2024-09-10 13:26:18 +02:00

3 lines
No EOL
138 B
Bash

sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 30d
nix-env --delete-generations 30d
nix-collect-garbage