Update NixOS config.
This commit is contained in:
parent
6705c00818
commit
d192f2ab38
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue