1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

If this works, it means it's final

This commit is contained in:
Alojzy Leszcz 2023-12-10 22:03:09 +01:00
parent 02cd716c3f
commit ef2d9dcfab

View File

@ -14,9 +14,6 @@
videoDrivers = [ "nvidia" "amdgpu" ];
};
boot.initrd.kernelModules = ["nvidia"];
boot.extraModulePackages = [config.boot.kernelPackages.nvidia_x11];
hardware = {
nvidia = {
modesetting.enable = lib.mkDefault true;