Disable raop-sink

Disable it to prevent auto-loading the module. This should prevent
messing up the Spotify stream at the office.
This commit is contained in:
Jakob Lechner 2025-07-14 13:34:21 +02:00
parent 8b994f1ed0
commit 6e4c7c462b

View file

@ -36,11 +36,13 @@ lib.mkIf config.jalr.gui.enable {
} }
]; ];
}; };
/*
pipewire."raop-sink" = { pipewire."raop-sink" = {
"context.modules" = [ "context.modules" = [
{ name = "libpipewire-module-raop-discover"; args = { }; } { name = "libpipewire-module-raop-discover"; args = { }; }
]; ];
}; };
*/
}; };
raopOpenFirewall = true; raopOpenFirewall = true;
}; };