home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit e728fb03ed0e0e0394c58dfe9519eef1d612e5a3
parent 558318a8f1db876f52082c286a631687f61fff10
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  5 Mar 2024 17:15:31 +0100

audio: comment out broken configuration

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/hardware/audio.nix | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/systems/modules/hardware/audio.nix b/systems/modules/hardware/audio.nix @@ -52,12 +52,12 @@ in extraConfig = { pipewire-pulse = { "50-network-party.conf" = { - "context.modules" = [ - { name = "libpipewire-module-protocol-native"; } - { name = "libpipewire-module-client-node"; } - { name = "libpipewire-module-adapter"; } - { name = "libpipewire-module-metadata"; } - ]; + # "context.modules" = [ + # { name = "libpipewire-module-protocol-native"; } + # { name = "libpipewire-module-client-node"; } + # { name = "libpipewire-module-adapter"; } + # { name = "libpipewire-module-metadata"; } + # ]; "context.exec" = [ { path = "pactl"; args = "load-module module-native-protocol-tcp"; } { path = "pactl"; args = "load-module module-zeroconf-discover"; }