From d192f2ab380ad6b3a2320dcf16c92ca7748ae4b3 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Thu, 5 Dec 2024 18:57:12 +0800 Subject: [PATCH] Update NixOS config. --- greynix/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/greynix/hardware-configuration.nix b/greynix/hardware-configuration.nix index 49e6558..24418e6 100644 --- a/greynix/hardware-configuration.nix +++ b/greynix/hardware-configuration.nix @@ -39,4 +39,9 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + # bluetooth + hardware.bluetooth.enable = true; # enables support for Bluetooth + hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot + }