From 6291a547e97964e732baae1dae7bdc0be4ae3a58 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 19 Sep 2024 02:33:36 +0200 Subject: [PATCH] . --- configuration.nix | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index a130616..fe9f006 100644 --- a/configuration.nix +++ b/configuration.nix @@ -215,11 +215,17 @@ services.hardware.bolt.enable = true; - hardware.tuxedo-keyboard.enable = true; -# hardware.tuxedo-rs = { -# enable = true; -# tailor-gui.enable = true; -# }; + hardware = { + bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + Experimental = true; + }; + }; + }; + }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];