fix(nvidia): revert to driver 555 to fix memory leaks
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-08-13 00:07:59 -04:00
parent 9724f5f10e
commit 6335bb3f46
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -61,13 +61,13 @@ in {
open = false; open = false;
package = let package = let
inherit (config.boot.kernelPackages.nvidiaPackages) stable beta; inherit (config.boot.kernelPackages.nvidiaPackages) stable latest;
in in
if !cfg.enableWayland if !cfg.enableWayland
then stable then stable
else else
# Get newest beta driver version for better Wayland support # Stick to 555 driver version for better Wayland support
beta; latest;
}; };
environment.systemPackages = environment.systemPackages =