disable factorio server for now and make sure that the bluetooth headset stays on the right profile
This commit is contained in:
parent
f301808b12
commit
3c67a99d4c
4 changed files with 23 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue