diff options
| author | lassulus <lassulus@lassul.us> | 2020-09-27 15:27:57 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2020-09-27 15:27:57 +0200 | 
| commit | 9a38ff748296af8a8ef90ae7f4212f6c6173cf4b (patch) | |
| tree | 31dca4ef34ec419db8bddcde7c9fd14f85815cae /lass/1systems | |
| parent | 2aa02e6f60aa10119ae0f085e6dec509616a64ab (diff) | |
l xerxes.r: activate bluetooth
Diffstat (limited to 'lass/1systems')
| -rw-r--r-- | lass/1systems/xerxes/config.nix | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/lass/1systems/xerxes/config.nix b/lass/1systems/xerxes/config.nix index 6f64c6999..8c4362865 100644 --- a/lass/1systems/xerxes/config.nix +++ b/lass/1systems/xerxes/config.nix @@ -77,7 +77,15 @@      };    }; -  hardware.bluetooth.enable = true; +  hardware.bluetooth = { +    enable = true; +    powerOnBoot = true; +    # config.General.Disable = "Headset"; +    extraConfig = '' +      [General] +      Disable = Headset +    ''; +  };    hardware.pulseaudio.package = pkgs.pulseaudioFull;    # hardware.pulseaudio.configFile = pkgs.writeText "default.pa" ''    #   load-module module-bluetooth-policy  | 
