fix: idols-ai - nvidia

This commit is contained in:
Ryan Yin
2024-09-11 22:50:26 +08:00
parent 46ed22565d
commit d20d46606d

View File

@@ -31,6 +31,7 @@ in {
# for Nvidia GPU
services.xserver.videoDrivers = ["nvidia"]; # will install nvidia-vaapi-driver by default
hardware.nvidia = {
open = false;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/os-specific/linux/nvidia-x11/default.nix
# package = config.boot.kernelPackages.nvidiaPackages.stable;