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:
parent
994a2fe27c
commit
c603619042
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user