fix(host/cerithium-telescopium,host/murex-pecten): don't network my audio
This commit is contained in:
parent
00e2f4d87e
commit
294ca224a5
|
@ -68,21 +68,6 @@ in {
|
|||
matches = lib.singleton {"node.name" = "~bluez_input.*";};
|
||||
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 ===
|
||||
hardware.bluetooth.settings = {
|
||||
|
|
|
@ -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 = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue