From 9a15b53c780058c74c259fd33542474c196dcce5 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 11 Oct 2024 14:23:11 +0200 Subject: [PATCH] graphics: switch to non-open --- modules/system/hardware/graphics.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/hardware/graphics.nix b/modules/system/hardware/graphics.nix index 94514ea..0c238f5 100644 --- a/modules/system/hardware/graphics.nix +++ b/modules/system/hardware/graphics.nix @@ -20,7 +20,7 @@ in { }; nvidia = mkIf cfg.nvidia.enable { modesetting.enable = true; - open = true; + open = false; powerManagement = { enable = true; finegrained = false;