nixos/pipewire: use provided udev rules

As of PipeWire 0.3.8, the library is bundled with a slightly modified
version of PulseAudio's udev rules.
This commit is contained in:
Nathaniel Glen 2020-09-07 11:03:58 -04:00
parent 994a2fe27c
commit c603619042

View File

@ -86,6 +86,7 @@ in {
systemd.packages = [ pkgs.pipewire ];
systemd.user.sockets.pipewire.wantedBy = lib.mkIf cfg.socketActivation [ "sockets.target" ];
services.udev.packages = [ pkgs.pipewire ];
# If any paths are updated here they must also be updated in the package test.
sound.extraConfig = mkIf cfg.alsa.enable ''