diff options
| author | seth <[email protected]> | 2024-03-10 18:20:47 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-10 18:20:47 -0400 |
| commit | 3ced60fcf85b9398105760487ed8c790a8e00184 (patch) | |
| tree | 4d21fac360bf30b6e1383672c0effb1d415f28e0 /systems | |
| parent | 2d7dd2ee3c74f18abec7a21c6d587a566f0c2c63 (diff) | |
glados: use latest nvidia driver
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/glados/nvidia.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/systems/glados/nvidia.nix b/systems/glados/nvidia.nix index b8404ce..0885d9a 100644 --- a/systems/glados/nvidia.nix +++ b/systems/glados/nvidia.nix @@ -8,8 +8,7 @@ ]; hardware.nvidia = { - # 545 isn't stable enough yet - package = config.boot.kernelPackages.nvidiaPackages.production; + package = config.boot.kernelPackages.nvidiaPackages.latest; modesetting.enable = true; }; } |
