summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-26 14:40:04 +0100
committertv <tv@krebsco.de>2023-01-26 14:40:04 +0100
commit3c84fe3056569d8077af21a4867070702e57ed87 (patch)
treea5e97d6d629560ed9b1c84000484983c875b3af4
parent603b9761ed49987c26d75148eae03e1c42f91b3b (diff)
tv winmax2: enable bluetooth
-rw-r--r--tv/2configs/hw/winmax2.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/hw/winmax2.nix b/tv/2configs/hw/winmax2.nix
index a61119a..fe4a6e4 100644
--- a/tv/2configs/hw/winmax2.nix
+++ b/tv/2configs/hw/winmax2.nix
@@ -8,6 +8,8 @@
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
+ hardware.bluetooth.enable = true;
+
hardware.cpu.amd.updateMicrocode = true;
hardware.enableRedistributableFirmware = true;