forked from rarias/jungle
Compare commits
1 Commits
fc3de21af7
...
a17d9bdfc3
Author | SHA1 | Date | |
---|---|---|---|
a17d9bdfc3 |
@ -1,7 +1,7 @@
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
# Configure Nvidia driver to use with CUDA
|
||||
hardware.nvidia.package = lib.mkDefault config.boot.kernelPackages.nvidiaPackages.production;
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
hardware.nvidia.open = lib.mkDefault (builtins.abort "hardware.nvidia.open not set");
|
||||
hardware.graphics.enable = true;
|
||||
nixpkgs.config.nvidia.acceptLicense = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user