List and delete NixOS generations

List generations: nix profile history --profile /nix/var/nix/profiles/system
Delete generations: sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 14d.
Manuals: man nix3-profile-history and man nix3-profle-wipe-history.

17 Likes