diff options
author | lassulus <lassulus@lassul.us> | 2021-06-05 12:18:55 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-06-05 12:18:55 +0200 |
commit | 00abb8943913ebaacb4e2dfa61ba87bb0cd19c5c (patch) | |
tree | 7331f8ef89591ee263f1462d55cbdae754f9a750 | |
parent | e7a50da8c52af710c197320eeecb7d463918ff76 (diff) |
l coaxmetal.r: remove old bluetooth settings
-rw-r--r-- | lass/1systems/coaxmetal/config.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lass/1systems/coaxmetal/config.nix b/lass/1systems/coaxmetal/config.nix index 4fa22e293..3b51ea679 100644 --- a/lass/1systems/coaxmetal/config.nix +++ b/lass/1systems/coaxmetal/config.nix @@ -52,11 +52,6 @@ hardware.bluetooth = { enable = true; powerOnBoot = true; - # config.General.Disable = "Headset"; - extraConfig = '' - [General] - Disable = Headset - ''; }; hardware.pulseaudio.package = pkgs.pulseaudioFull; |