Enable bluetooth.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
./services/desktopmanager.nix
|
||||
./services/displaymanager.nix
|
||||
./services/sound.nix
|
||||
./system/bluetooth.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
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