From c55bea4b9282f630414e7679eee36069d03b3286 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Mon, 23 Sep 2024 11:21:19 -0300 Subject: [PATCH] Switched to non open nvidia-driver --- hosts/Equinox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Equinox/default.nix b/hosts/Equinox/default.nix index e010bb1..7c8456c 100644 --- a/hosts/Equinox/default.nix +++ b/hosts/Equinox/default.nix @@ -25,7 +25,7 @@ in { ../../modules/gnome.nix ]; - hardware.nvidia.open = true; + hardware.nvidia.open = false; # Set networking hardware.enableRedistributableFirmware = true;