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

Restoring videoDrivers

This commit is contained in:
Alojzy Leszcz 2023-12-10 22:00:15 +01:00
parent 6bde7b0bb6
commit 02cd716c3f

View File

@ -10,6 +10,10 @@
../../../../common/pc/laptop/ssd
];
services.xserver = {
videoDrivers = [ "nvidia" "amdgpu" ];
};
boot.initrd.kernelModules = ["nvidia"];
boot.extraModulePackages = [config.boot.kernelPackages.nvidia_x11];