home.social

#nixos25dot05 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nixos25dot05, 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?

  2. Running with or desktop on seems to require

    services.xserver.displayManager.gdm.wayland = false;

    in

    This was what told me, and the fix it worked.

    I used for the first time by following this nice video youtu.be/ACybVzRvDhs