diff options
author | makefu <github@syntax-fehler.de> | 2021-03-19 09:17:48 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-03-19 09:17:48 +0100 |
commit | 8c28e9f4170d05e3e9dfb89985ce4f352cd91245 (patch) | |
tree | 82407d4e8454b3abfbb8288f8bc6765c64bf036b /tv/2configs/hw | |
parent | 758660945c712b645e755e9101a9fd3d8a325c91 (diff) | |
parent | 3bbbc82ae9ab9f0ac737b2ff0b55b50ae9c77b8a (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/w110er.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/hw/w110er.nix b/tv/2configs/hw/w110er.nix index 693cef5ac..818d1aca6 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 ]; |