summaryrefslogtreecommitdiffstats
path: root/modules/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/gpu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/gpu.nix b/modules/hardware/gpu.nix
index 8d2f004..be2ab58 100644
--- a/modules/hardware/gpu.nix
+++ b/modules/hardware/gpu.nix
@@ -43,7 +43,7 @@ in {
modesetting.enable = true;
powerManagement.enable = false;
powerManagement.finegrained = false;
- open = false;
+ open = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.latest;
};