fix intel graphics video

This commit is contained in:
Christoph Cullmann 2023-06-10 19:09:58 +02:00
parent 7ef9ee727b
commit 23544f7fec
2 changed files with 11 additions and 5 deletions

View file

@ -19,4 +19,8 @@
# main network interface
systemd.network.networks."10-wan".matchConfig.Name = "enp9s0";
# intel graphics
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver ];
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ intel-media-driver ];
}