accept nvidia term of usage
All checks were successful
/ perform flake analysis (push) Successful in 33s
/ build hive configuration (push) Successful in 11m19s

This commit is contained in:
Awen Lelu 2025-11-21 19:39:48 +01:00
parent 2f4c425c50
commit e5207d10ab

View File

@ -118,6 +118,7 @@
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.open = false;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470;
nixpkgs.config.nvidia.acceptLicense = true;
system.stateVersion = "24.11";
}