clinux·Linuxbycm0002 NixOS 26.05 “Yarara” Released with GNOME 50, systemd by Default for Stage 1https://9to5linux.com/nixos-26-05-yarara-officially-released-with-gnome-50-systemd-by-defaultOpen linkView original on lemy.lol23Comments3Reply
ahoneybun lemmy.worldMy upgrade went well as usual. This is my second OS upgrade for my homelab running quite a few services!2Reply
CClay_pidgin sh.itjust.works1Hide 1 replyhttps://wiki.nixos.org/wiki/Updating_NixOS nix-channel --update && nixos-rebuild switch && reboot1Reply
x74sys replyprogramming.devIf you’re using flakes: nix flake update && sudo nixos-rebuild switch —flake .# in the directory of your flake.nix2Reply
3 replies
My upgrade went well as usual. This is my second OS upgrade for my homelab running quite a few services!
https://wiki.nixos.org/wiki/Updating_NixOS
nix-channel --update && nixos-rebuild switch && reboot
If you’re using flakes: nix flake update && sudo nixos-rebuild switch —flake .# in the directory of your flake.nix