From c9da4d8358646425c01dfb82eb0c3e8d7ae3a0d1 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 26 Jan 2023 14:40:04 +0100 Subject: tv winmax2: enable bluetooth --- tv/2configs/hw/winmax2.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tv') 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; -- cgit v1.2.3