forked from rarias/jungle
Compare commits
2 Commits
a17d9bdfc3
...
fc3de21af7
Author | SHA1 | Date | |
---|---|---|---|
fc3de21af7 | |||
cfdada0008 |
@ -1,7 +1,7 @@
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
# Configure Nvidia driver to use with CUDA
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
hardware.nvidia.package = lib.mkDefault 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