You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# List snapshots
sudo snapper list
# Compare current to snapshot #42
sudo snapper status 42..0
# Rollback to #42
sudo snapper rollback 42
# Reboot
sudo reboot
At Boot (GRUB)
In GRUB menu, select "Bootable snapshots"
Choose snapshot
Boot into that snapshot
If it works, make it permanent: sudo snapper rollback
App-Level Rollback (Nix)
Home-Manager generations
# List generations
home-manager generations
# Rollback to previous
home-manager rollback
# Rollback to specific generation
home-manager switch --flake ~/git/home#<generation># Or via Nix directly
nix profile rollback
# Garbage collect old generations (after testing)
nix-collect-garbage -d