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:
parent
a8dd1b2199
commit
abcd933667
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue