disable factorio server for now and make sure that the bluetooth headset stays on the right profile

This commit is contained in:
Christoph Hollizeck 2024-04-21 14:22:54 +02:00
parent 50677dc441
commit fbbc59c2c2
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 23 additions and 8 deletions

View file

@ -24,7 +24,7 @@ in
programs.noisetorch.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = false;
hardware.pulseaudio = disabled;
security.rtkit.enable = true;
services.pipewire = {
@ -32,6 +32,13 @@ in
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
extraConfig = {
"11-bluetooth-policy" = {
"bluetooth_policy.policy" = {
"media-role.use-headset-profile" = false;
};
};
};
};
};
}