tsuki: rollback nvidia drivers due to flickering
All checks were successful
flake check / check (push) Successful in 3m44s
fmt check / check (push) Successful in 40s
All checks were successful
flake check / check (push) Successful in 3m44s
fmt check / check (push) Successful in 40s
This commit is contained in:
parent
7fd4311e4a
commit
80fb4c5a3c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
nvidia = {
|
nvidia = {
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||||
};
|
};
|
||||||
opengl = {
|
opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue