fix(fuji): rollback nvidia to 550

firefox crashes with this brand new shiny explicit sync driver,
therefore i will stay on 550 until firefox 130 releases
This commit is contained in:
uku 2024-07-14 00:33:27 +02:00
parent e74a7e3fde
commit bb268b71fa
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -1,6 +1,7 @@
{
lib,
pkgs,
config,
...
}: {
services.xserver.videoDrivers = lib.mkForce ["nvidia"];
@ -19,7 +20,7 @@
hardware = {
graphics.extraPackages = [pkgs.vaapiVdpau];
nvidia = {
# package = config.boot.kernelPackages.nvidiaPackages.beta;
package = config.boot.kernelPackages.nvidiaPackages.production;
modesetting.enable = true;
powerManagement = {
enable = true;