Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ajmasia/e3904ceb8adc813a5bc2a9bf2647fee6 to your computer and use it in GitHub Desktop.
Save ajmasia/e3904ceb8adc813a5bc2a9bf2647fee6 to your computer and use it in GitHub Desktop.
# 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"
@ajmasia
Copy link
Author

ajmasia commented Oct 17, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment