diff --git a/pkgs/servers/pulseaudio/default.nix b/pkgs/servers/pulseaudio/default.nix index a4d35124abbc..df5a26e42c11 100644 --- a/pkgs/servers/pulseaudio/default.nix +++ b/pkgs/servers/pulseaudio/default.nix @@ -148,8 +148,8 @@ stdenv.mkDerivation rec { (mkEnable true "manpages" null) (mkEnable hasWebrtc "webrtc-aec" null) (mkEnable true "adrian-aec" null) - (mkWith true "system-user" "pulseaudio") - (mkWith true "system-group" "pulseaudio") + (mkWith true "system-user" "pulse") + (mkWith true "system-group" "pulse") (mkWith true "access-group" "audio") (mkWith true "systemduserunitdir" "\${out}/lib/systemd/user") (mkWith stdenv.isDarwin "mac-sysroot" "/")