From 121ebde0a811f43e7f87a658284be32cb4b8cf55 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 28 Apr 2025 17:15:50 +0100 Subject: [PATCH] hosts/odyssey: disable nvidia settings --- hosts/odyssey/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index 2960d36..9e94ea4 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -39,6 +39,7 @@ open = true; package = config.boot.kernelPackages.nvidiaPackages.beta; powerManagement.enable = true; + nvidiaSettings = false; }; };