summaryrefslogtreecommitdiffstats
path: root/tv
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
commita9b82ce4124cb3a3f2e6ee8b087c0d8461bad386 (patch)
tree0ee76fb1a5a42f906a14c729037b5148fdaee5a9 /tv
parent317b9549a217e552bf8aa314a6d6f46b532c6a8a (diff)
tv w110er: enable all the redistributable firmware
...for wifi :)
Diffstat (limited to 'tv')
-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 693cef5a..818d1aca 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 ];