1
Fork 0

Switch back to nvidia beta drivers

Doesn't make a difference right now as there is no beta driver but in
the future, I probably want to always use the latest driver either way.
This commit is contained in:
caem 2024-07-21 16:44:16 +02:00
parent c30cc3ccd4
commit 77f33c0b97
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -49,7 +49,7 @@
}; };
nvidia = { nvidia = {
modesetting.enable = true; modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.beta;
}; };
}; };