summaryrefslogtreecommitdiffstats
path: root/tv
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
commitc9da4d8358646425c01dfb82eb0c3e8d7ae3a0d1 (patch)
tree6d89dc40ed06f6fefcb3f2015c4057b909cd3537 /tv
parentdae5ba6c304ecd2fa0c442d635ddddf814881054 (diff)
tv winmax2: enable bluetooth
Diffstat (limited to 'tv')
-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 a61119a8..fe4a6e4c 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;