summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-03-07 21:04:47 +0100
committertv <tv@krebsco.de>2021-03-07 21:04:47 +0100
commit4bc25074b7e4efab882addd634ef24778ebe5b93 (patch)
tree2491e6455de6f934434c434bf43061c7d4218e8e
parentb1ac76de21e097b6026c6101aac060d57a29e216 (diff)
tv w110er: enable all the redistributable firmware
...for wifi :)
-rw-r--r--tv/2configs/hw/w110er.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/hw/w110er.nix b/tv/2configs/hw/w110er.nix
index 693cef5..818d1ac 100644
--- a/tv/2configs/hw/w110er.nix
+++ b/tv/2configs/hw/w110er.nix
@@ -28,6 +28,8 @@ with import <stockholm/lib>;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
+ hardware.enableRedistributableFirmware = true;
+
hardware.opengl.driSupport32Bit = true;
hardware.opengl.extraPackages = [ pkgs.vaapiIntel ];