From cf89e2b8074316b7bf8c260cd2ee7644d99ce66e Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <zynh0722@gmail.com>
Date: Sun, 23 Feb 2025 00:50:09 -0800
Subject: [PATCH] nvidia: open

---
 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 8f288dd..58e1c15 100644
--- a/hosts/snowhawk/hardware-configuration.nix
+++ b/hosts/snowhawk/hardware-configuration.nix
@@ -113,7 +113,7 @@ in
     # 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 = false;
+    open = true;
 
     # Enable the Nvidia settings menu,
     # accessible via `nvidia-settings`.