## Summary NixOS 26.05 stable out. Bump system + packages. ## Why - New stable channel - Updated package versions + security patches - Stay on supported release ## Tasks - [ ] Bump flake inputs to `nixos-26.05` (`nixpkgs`, `home-manager`) - [ ] `nix flake update` - [ ] Update `stateVersion` only if release notes require (usually keep old value) - [ ] Read 26.05 release notes for breaking changes - [ ] Build first: `nixos-rebuild build --flake .#<host>` - [ ] Test on local Raspberry / boot entry before switch - [ ] Fix deprecated options + removed packages - [ ] `nixos-rebuild switch` - [ ] Verify services: display, audio, network ## Rollback Boot menu prev generation, or `nixos-rebuild switch --rollback`. ## Refs - Release notes: https://nixos.org/manual/nixos/stable/release-notes - Upgrade guide: https://nixos.org/manual/nixos/stable/#sec-upgrading - Channel status: https://status.nixos.org
Summary
NixOS 26.05 stable out. Bump system + packages.
Why
Tasks
nixos-26.05(nixpkgs,home-manager)nix flake updatestateVersiononly if release notes require (usually keep old value)nixos-rebuild build --flake .#<host>nixos-rebuild switchRollback
Boot menu prev generation, or
nixos-rebuild switch --rollback.Refs