Enable bluetooth.
This commit is contained in:
5
nodes/hosts/common/system/bluetooth.nix
Normal file
5
nodes/hosts/common/system/bluetooth.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }: {
|
||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user