1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-23 03:19:42 +01:00

fix vulkan on Gaze18

This commit is contained in:
Matteo Bongiovanni 2024-10-16 09:05:24 +02:00
parent a8dd1b2199
commit abcd933667

View file

@ -6,7 +6,7 @@
../../common/gpu/nvidia/ampere
];
boot.initrd.kernelModules = [ "nvidia" ];
boot.initrd.kernelModules = [ "nvidia" "i915" "nvidia_modeset" "nvidia_drm" ];
hardware.graphics = {
enable = lib.mkDefault true;