Set nvidia to latest, see PR #293101 on nixpkgs repo
This commit is contained in:
parent
28dd029bef
commit
7603a27474
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@
|
|||
nvidiaSettings = true;
|
||||
|
||||
# Optionally, you may need to select the appropriate driver version for your specific GPU.
|
||||
package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue