m/graphical: load modules for discovery of pulseaudio and airplay network audio devices
All checks were successful
CI / aarch64-linux (push) Successful in 1m13s
CI / x86_64-linux (push) Successful in 1m20s

This commit is contained in:
Ari Gato 2025-01-16 21:53:00 +01:00
parent 61cd0628ab
commit 7666c98307

View file

@ -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;