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:
parent
8b994f1ed0
commit
6e4c7c462b
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue