Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-05 18:57:12 +08:00
parent 6705c00818
commit d192f2ab38

View file

@ -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
}