From 58a883edad37e5758fc2d207b415cb4806b5f623 Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Sat, 11 May 2024 22:39:47 +0200 Subject: [PATCH] Going back to Open-Source Nvidia kernel driver --- specific/lyes-pc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specific/lyes-pc/configuration.nix b/specific/lyes-pc/configuration.nix index d0a78e9..76badc3 100644 --- a/specific/lyes-pc/configuration.nix +++ b/specific/lyes-pc/configuration.nix @@ -111,7 +111,7 @@ # Use the open source version of the kernel module # Only available on driver 515.43.04+ - open = false; + open = true; # Enable the nvidia settings menu nvidiaSettings = true;