tv w110er: enable all the redistributable firmware

...for wifi :)
This commit is contained in:
tv 2021-03-07 21:04:47 +01:00
parent 317b9549a2
commit a9b82ce412
1 changed files with 2 additions and 0 deletions

View File

@ -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 ];