rofrol
November 19, 2021, 8:40pm
1
I was wandering how it is set already. I have installed nixos from gnome iso.
For example this page PipeWire - NixOS Wiki describes how to set pipewire:
security.rtkit.enable = true;
I have found that this is set in nixpkgs/pulseaudio.nix at 46251a79f752ae1d46ef733e8e9760b6d3429da4 · NixOS/nixpkgs · GitHub
But my limited knowledge does not allow me to proceed further.
ilkecan
November 19, 2021, 10:01pm
2
If it works on your system, nixos-option
should tell where it is defined:
nixos-option services.pipewire.enable
1 Like
jtojnar
November 20, 2021, 12:14am
3
Unfortunately, nixos-option
is broken in unstable/21.11 but I can tell you it is enabled by g-r-d module since it is required for screen sharing on Wayland: