Skip to content

Instantly share code, notes, and snippets.

View ajmasia's full-sized avatar
😉
Always learning!

Antonio José Masiá ajmasia

😉
Always learning!
View GitHub Profile
# nix-env -p /nix/var/nix/profiles/system --delete-generations old
# nix-collect-garbage -d
# nix-env -p /nix/var/nix/profiles/system --list-generations
## Remove entries from /boot/loader/entries:
# sudo bash -c "cd /boot/loader/entries; ls | grep -v <current-generation-name> | xargs rm"