Switch back to nvidia beta drivers
Doesn't make a difference right now as there is no beta driver but in the future, I probably want to always use the latest driver either way.
This commit is contained in:
parent
c30cc3ccd4
commit
77f33c0b97
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
};
|
};
|
||||||
nvidia = {
|
nvidia = {
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue