fix(host/cerithium-telescopium,host/murex-pecten): don't network my audio

This commit is contained in:
Malte Tammena 2024-11-01 19:53:54 +01:00
parent 00e2f4d87e
commit 294ca224a5
2 changed files with 0 additions and 20 deletions

View file

@ -68,21 +68,6 @@ in {
matches = lib.singleton {"node.name" = "~bluez_input.*";}; matches = lib.singleton {"node.name" = "~bluez_input.*";};
actions.update-props."target.object" = "Snapcast"; actions.update-props."target.object" = "Snapcast";
}; };
# TODO:
services.pipewire.extraConfig.pipewire-pulse."50-networking"."pulse.cmd" = [
{
cmd = "load-module";
args = "module-native-protocol-tcp listen=0.0.0.0";
}
{
cmd = "load-module";
args = "module-zeroconf-discover";
}
{
cmd = "load-module";
args = "module-zeroconf-publish";
}
];
# === Bluetooth input === # === Bluetooth input ===
hardware.bluetooth.settings = { hardware.bluetooth.settings = {

View file

@ -53,11 +53,6 @@
}; };
}; };
}; };
services.pipewire.extraConfig.pipewire-pulse."50-networking"."pulse.cmd" = [
{ cmd = "load-module"; args = "module-raop-discover"; }
{ cmd = "load-module"; args = "module-zeroconf-discover"; }
{ cmd = "load-module"; args = "module-zeroconf-publish"; }
];
xdg.portal = { xdg.portal = {
enable = true; enable = true;