diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 21f5eb0..70df1bb 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -147,8 +147,7 @@ in # Bluetooth hardware.bluetooth = { enable = true; - # Todo: only works in 20.03 - #config.General.Disable = "Headset"; # disable headset profile + config.General.Disable = "Headset"; # disable headset profile }; hardware.pulseaudio.package = pkgs.pulseaudioFull;