From d223784ffa90b3ddbce67045310597a4f91d7d04 Mon Sep 17 00:00:00 2001 From: Sense T Date: Mon, 26 Jun 2023 21:23:15 +0800 Subject: [PATCH] open bluetooth --- hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 12f1c68..c02e91b 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -49,4 +49,5 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.bluetooth.enable = true; } \ No newline at end of file