From c041c23ec45208d61795da423b2e26a0ff470418 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 1 May 2021 12:48:09 +0200 Subject: [PATCH] Stop mumble from muting other processes --- roles/workstation.nix | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/roles/workstation.nix b/roles/workstation.nix index b113f04..dcab4b8 100644 --- a/roles/workstation.nix +++ b/roles/workstation.nix @@ -122,12 +122,17 @@ # Enable sound. sound.enable = true; - hardware.pulseaudio = { - enable = true; - # tcp = { - # enable = true; - # anonymousClients.allowAll = true; - # }; + hardware = { + pulseaudio = { + enable = true; + # stop mumble from muting other processes + extraConfig = "unload-module module-role-cork"; + # tcp = { + # enable = true; + # anonymousClients.allowAll = true; + # }; + }; + opengl.driSupport32Bit = true; }; # set keyboard layout