From 77f33c0b97467ffecb018ceaea152c66c95e02c3 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 21 Jul 2024 16:44:16 +0200 Subject: [PATCH] Switch back to nvidia beta drivers Doesn't make a difference right now as there is no beta driver but in the future, I probably want to always use the latest driver either way. --- machines/workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/workstation/configuration.nix b/machines/workstation/configuration.nix index dc6137b..4012e41 100644 --- a/machines/workstation/configuration.nix +++ b/machines/workstation/configuration.nix @@ -49,7 +49,7 @@ }; nvidia = { modesetting.enable = true; - package = config.boot.kernelPackages.nvidiaPackages.stable; + package = config.boot.kernelPackages.nvidiaPackages.beta; }; };