From 4514c55590eb93ec858f6d5773fff6066de59236 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 10 Oct 2023 21:38:25 -0600 Subject: actually checked changes to pass nix flake check before commiting --- machines/khad/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'machines/khad') 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"''; -- cgit v1.2.3