home.social

#nixos25 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nixos25, aggregated by home.social.

  1. Using a to boot device before installing a flake. ISO seems to have an implicit default enabling . When upgrading to higher version, PulseAudio options are removed/deprecated and cause service.pulseaudio does not exist during nixos-rebuild switch (before the flake). Flow is: sudo nix-channel --update (24.05 metadata only) → patch configuration.nix for audio compatibility → sudo nixos-rebuild switch. Curious if this is expected behaviour?