Swordsmachine: remove nvidia driver pin

decided to ball since it has been a while and opengl is no longer fucked, maybe it will be fine now
This commit is contained in:
wo2wz 2025-11-03 21:00:57 -05:00
parent ff696a6612
commit f6d090aa80

View file

@ -33,16 +33,8 @@
# also the longest one-line option name in this config # also the longest one-line option name in this config
specialisation.disable-dgpu.configuration.hardware.nvidiaOptimus.disable = true; specialisation.disable-dgpu.configuration.hardware.nvidiaOptimus.disable = true;
# pin the latest nvidia driver that works because they are so awesome in releasing an update that broke opengl for my 1050ti
hardware.nvidia = { hardware.nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.mkDriver { package = config.boot.kernelPackages.nvidiaPackages.production;
version = "570.144";
sha256_64bit = "sha256-wLjX7PLiC4N2dnS6uP7k0TI9xVWAJ02Ok0Y16JVfO+Y=";
sha256_aarch64 = "sha256-6kk2NLeKvG88QH7/YIrDXW4sgl324ddlAyTybvb0BP0=";
openSha256 = "sha256-PATw6u6JjybD2OodqbKrvKdkkCFQPMNPjrVYnAZhK/E=";
settingsSha256 = "sha256-VcCa3P/v3tDRzDgaY+hLrQSwswvNhsm93anmOhUymvM=";
persistencedSha256 = "sha256-hx4w4NkJ0kN7dkKDiSOsdJxj9+NZwRsZEuhqJ5Rq3nM=";
};
nvidiaSettings = false; nvidiaSettings = false;
}; };