nixos/gdm: add warning for Pulseaudio + gdm

We plan to use systemd-userdbd for NixOS 26.11, which will dynamically
allocate greeter users + their homes, which would break the current PA
config. GNOME already depends on PipeWire in other places, so there's
little reason to keep this around.
This commit is contained in:
winston
2026-05-23 12:10:13 +02:00
parent 3fb5cf873d
commit 82ed78a9ee
@@ -200,6 +200,8 @@ in
config = lib.mkIf cfg.enable {
warnings = lib.optional config.services.pulseaudio.enable "Support for Pulseaudio + gdm will be removed in NixOS 26.11";
services.xserver.displayManager.lightdm.enable = false;
users.users = lib.mkMerge [