bluetooth

This commit is contained in:
CDaut 2024-04-18 22:32:36 +02:00
parent d83931025b
commit b78f561df5
Signed by: clara
GPG key ID: 223391B52FAD4463
4 changed files with 57 additions and 33 deletions

View file

@ -42,4 +42,7 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
}