summaryrefslogtreecommitdiff
path: root/machines/khad
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-10-10 21:38:25 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-10-10 21:38:25 -0600
commit4514c55590eb93ec858f6d5773fff6066de59236 (patch)
tree425b3074b72361e1ffe62e013fc465bc78c6d637 /machines/khad
parent2578ecc60020ee2b66467cd44653b0f07259d2f4 (diff)
actually checked changes to pass nix flake check before commiting
Diffstat (limited to 'machines/khad')
-rw-r--r--machines/khad/configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix
index f9cb83a..7f467b0 100644
--- a/machines/khad/configuration.nix
+++ b/machines/khad/configuration.nix
@@ -42,17 +42,17 @@
};
hardware.nvidia = {
# Optionally, you may need to select the appropriate driver version for your specific GPU.
- packge = config.boot.kernelPackages.nvidiapackages.stable;
+ # packge = config.boot.kernelPackages.nvidiaPackages.stable;
# Modesetting is needed for most Wayland compositors
modesetting.enable = true;
# Use the open source version of the kernel module
# Only available on driver 515.53.04+
- open = false;
+ open = true;
powerManagement.enable = true;
};
- virtualization.docker.enableNvidia = true; # for nvidia-docker
+ # virtualization.docker.enableNvidia = true; # for nvidia-docker
environment.shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/khad/configuration.nix"'';