diff options
author | tv <tv@krebsco.de> | 2021-03-07 21:04:47 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-03-07 21:04:47 +0100 |
commit | 4bc25074b7e4efab882addd634ef24778ebe5b93 (patch) | |
tree | 2491e6455de6f934434c434bf43061c7d4218e8e /tv | |
parent | b1ac76de21e097b6026c6101aac060d57a29e216 (diff) |
tv w110er: enable all the redistributable firmware
...for wifi :)
Diffstat (limited to 'tv')
-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 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 ]; |