use legacy nvidia drivers
Some checks failed
/ perform flake analysis (push) Successful in 32s
/ build hive configuration (push) Failing after 1m12s

This commit is contained in:
Awen Lelu 2025-11-21 19:31:10 +01:00
parent 70d25c574d
commit 2f4c425c50

View File

@ -2,6 +2,7 @@
modulesPath,
lib,
pkgs,
config,
...
}:
{
@ -116,6 +117,7 @@
hardware.graphics.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.open = false;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470;
system.stateVersion = "24.11";
}