summaryrefslogtreecommitdiff
path: root/hosts/common/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/hardware')
-rw-r--r--hosts/common/hardware/nvidia.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/hardware/nvidia.nix b/hosts/common/hardware/nvidia.nix
index 6a4b177..99f7d6e 100644
--- a/hosts/common/hardware/nvidia.nix
+++ b/hosts/common/hardware/nvidia.nix
@@ -7,8 +7,8 @@
nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.stable;
modesetting.enable = true;
- nvidiaPersistenced = true;
- powerManagement.enable = true;
+ # nvidiaPersistenced = true;
+ # powerManagement.enable = true;
};
opengl = {
enable = true;