modules - fix nvidia drivers module
This commit is contained in:
parent
0ac9d2cae2
commit
da0976b92b
|
@ -11,7 +11,6 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
};
|
||||
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
|
@ -58,4 +57,5 @@ in
|
|||
# specific gpu.
|
||||
package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue