summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw/w110er.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-03-07 23:22:35 +0100
committerlassulus <lassulus@lassul.us>2021-03-07 23:22:35 +0100
commit572d1ec9a045ee8b4a0422387e2969e705e018f7 (patch)
tree2491e6455de6f934434c434bf43061c7d4218e8e /tv/2configs/hw/w110er.nix
parentb09e9fddb943a12ce230993f806c1595f1d5e1e8 (diff)
parent4bc25074b7e4efab882addd634ef24778ebe5b93 (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/hw/w110er.nix')
-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 ];