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; + }; }