From 99cc80256559b2fbde8490cbdbd6f8754c14ebf0 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 18 Jun 2026 20:55:16 +0200 Subject: [PATCH] aspi: enable bluetooth --- hosts/aspi/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/aspi/hardware-configuration.nix b/hosts/aspi/hardware-configuration.nix index ea1a6a3..50e0b21 100644 --- a/hosts/aspi/hardware-configuration.nix +++ b/hosts/aspi/hardware-configuration.nix @@ -75,4 +75,9 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.nvidia.open = false; + + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; }