From f2b783011e5dd2c1658a82a558e8809879971418 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 2 Jul 2024 13:11:43 -0700 Subject: [PATCH] trying prop drivers again --- hosts/snowhawk/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index 5aff89e..a908908 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -85,7 +85,7 @@ # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus # Only available from driver 515.43.04+ # Currently alpha-quality/buggy, so false is currently the recommended setting. - open = true; + open = false; # Enable the Nvidia settings menu, # accessible via `nvidia-settings`.