From 569b7bb8122917619db1ce0863624eb0d3e807d2 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 25 Dec 2024 02:35:32 +0000 Subject: [PATCH] kilgharrah: update nvidia driver config for 24.11 --- hosts/kilgharrah/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kilgharrah/hardware.nix b/hosts/kilgharrah/hardware.nix index 10f0f48..0093a01 100644 --- a/hosts/kilgharrah/hardware.nix +++ b/hosts/kilgharrah/hardware.nix @@ -6,7 +6,7 @@ services.fwupd.enable = true; services.xserver.videoDrivers = [ "nvidia" ]; - hardware.nvidia.modesetting.enable = true; # this defaults to true from 24.11 + hardware.nvidia.open = false; # # Downgrade to driver version 535 as 550 has problems with Wayland # hardware.nvidia.package =