summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-10-10 21:54:53 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-10-10 21:54:53 -0600
commit2c5c30a9c9fa420d018f92524f116adea4cf533e (patch)
treeafab2ec766ab3aeac58aa2db1adbefe1df1e77c8
parent4514c55590eb93ec858f6d5773fff6066de59236 (diff)
driver got fucked, figuring out why
-rw-r--r--machines/khad/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix
index 7f467b0..82e13d5 100644
--- a/machines/khad/configuration.nix
+++ b/machines/khad/configuration.nix
@@ -35,7 +35,7 @@
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl = {
enable = true;
- # if hardware.opengl.driSupport is enable, mesa is installed and provides Vulkan of supported hardware.
+ # if hardware.opengl.driSupport is enabled, mesa is installed and provides Vulkan of supported hardware.
driSupport = true;
# needed by nvidia-docker
driSupport32Bit = true;
@@ -50,7 +50,7 @@
# Only available on driver 515.53.04+
open = true;
- powerManagement.enable = true;
+ # powerManagement.enable = true;
};
# virtualization.docker.enableNvidia = true; # for nvidia-docker