Stop mumble from muting other processes

This commit is contained in:
Valentin Brandl 2021-05-01 12:48:09 +02:00
parent c057b9f4a2
commit c041c23ec4

View File

@ -122,12 +122,17 @@
# Enable sound. # Enable sound.
sound.enable = true; sound.enable = true;
hardware.pulseaudio = { hardware = {
enable = true; pulseaudio = {
# tcp = { enable = true;
# enable = true; # stop mumble from muting other processes
# anonymousClients.allowAll = true; extraConfig = "unload-module module-role-cork";
# }; # tcp = {
# enable = true;
# anonymousClients.allowAll = true;
# };
};
opengl.driSupport32Bit = true;
}; };
# set keyboard layout # set keyboard layout