Finalize NVIDIA support
This commit is contained in:
parent
b15548143d
commit
86c8f8d98a
1 changed files with 6 additions and 0 deletions
|
@ -14,4 +14,10 @@
|
|||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
nix.settings = {
|
||||
substituters = [ "https://nix-community.cachix.org" ];
|
||||
trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue