summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-09-27 15:27:57 +0200
committerlassulus <lassulus@lassul.us>2020-09-27 15:27:57 +0200
commit9a38ff748296af8a8ef90ae7f4212f6c6173cf4b (patch)
tree31dca4ef34ec419db8bddcde7c9fd14f85815cae
parent2aa02e6f60aa10119ae0f085e6dec509616a64ab (diff)
l xerxes.r: activate bluetooth
-rw-r--r--lass/1systems/xerxes/config.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/lass/1systems/xerxes/config.nix b/lass/1systems/xerxes/config.nix
index 6f64c699..8c436286 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