m/graphical: load modules for discovery of pulseaudio and airplay network audio devices
This commit is contained in:
parent
61cd0628ab
commit
7666c98307
1 changed files with 16 additions and 0 deletions
|
@ -40,6 +40,22 @@ in {
|
|||
};
|
||||
jack.enable = true;
|
||||
pulse.enable = true;
|
||||
extraConfig = {
|
||||
pipewire-pulse = {
|
||||
"10-network" = {
|
||||
"pulse.cmd" = [
|
||||
{
|
||||
cmd = "load-module";
|
||||
args = "module-zeroconf-discover";
|
||||
}
|
||||
{
|
||||
cmd = "load-module";
|
||||
args = "module-raop-discover";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue