diff options
author | tv <tv@krebsco.de> | 2023-01-26 14:40:04 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-26 14:40:04 +0100 |
commit | c9da4d8358646425c01dfb82eb0c3e8d7ae3a0d1 (patch) | |
tree | 6d89dc40ed06f6fefcb3f2015c4057b909cd3537 /tv/2configs/hw | |
parent | dae5ba6c304ecd2fa0c442d635ddddf814881054 (diff) |
tv winmax2: enable bluetooth
Diffstat (limited to 'tv/2configs/hw')
-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; |