Skip to content

Commit

Permalink
fix: idols-ai - nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Sep 11, 2024
1 parent 46ed225 commit d20d466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/idols-ai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d20d466

Please sign in to comment.