1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 12:57:22 +02:00

system76-gaze18: Add nvidia architecture

This commit is contained in:
Lyndon Sanche 2024-09-04 11:40:04 -06:00
parent 75ac0969d8
commit c50dd00a78
No known key found for this signature in database

View file

@ -3,6 +3,7 @@
imports = [
../.
../../common/gpu/nvidia/prime.nix
../../common/gpu/nvidia/ampere
];
boot.initrd.kernelModules = [ "nvidia" ];