hippocampus: 24.05 -> 24.11 trace fixup

This commit is contained in:
2024-11-29 17:13:41 -05:00
parent 5c70acaecd
commit e0dfd08f24
8 changed files with 12 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
nixpkgs.config.nvidia.acceptLicense = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;
hardware.graphics.enable = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470;