From 9af6782311442e430f9fa296ea9cb6abe4557a12 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Thu, 30 Nov 2023 22:05:13 +0000 Subject: [PATCH] Revert "Use open source NVIDIA driver" This reverts commit 65a55e16952fc9ab3db8c2d4476f2bb0ba1c87ac. --- hosts/odyssey/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index f01848c..7847dcd 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -25,7 +25,6 @@ in { hardware.nvidia = { modesetting.enable = true; - open = true; powerManagement.enable = true; }; services.xserver.videoDrivers = [ "nvidia" ];