diff options
| -rw-r--r-- | tv/2configs/hw/winmax2.nix | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tv/2configs/hw/winmax2.nix b/tv/2configs/hw/winmax2.nix index a61119a85..fe4a6e4c5 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; | 
