diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-10 21:38:25 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-10 21:38:25 -0600 |
| commit | 4514c55590eb93ec858f6d5773fff6066de59236 (patch) | |
| tree | 425b3074b72361e1ffe62e013fc465bc78c6d637 /machines/khad | |
| parent | 2578ecc60020ee2b66467cd44653b0f07259d2f4 (diff) | |
actually checked changes to pass nix flake check before commiting
Diffstat (limited to 'machines/khad')
| -rw-r--r-- | machines/khad/configuration.nix | 6 |
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"''; |
