fix(systems/fuji): pin nvidia driver to 550.142
570 is broken and does not allow me to stream on discord
This commit is contained in:
parent
630b1d63c5
commit
6a1ed9d562
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -19,7 +20,14 @@
|
|||
hardware = {
|
||||
graphics.extraPackages = [ pkgs.vaapiVdpau ];
|
||||
nvidia = {
|
||||
# package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.mkDriver {
|
||||
version = "550.142";
|
||||
sha256_64bit = "sha256-bdVJivBLQtlSU7Zre9oVCeAbAk0s10WYPU3Sn+sXkqE=";
|
||||
sha256_aarch64 = "sha256-sBp5fcCPMrfrTZTF1FqKo9g0wOWP+5+wOwQ7PLWI6wA=";
|
||||
openSha256 = "sha256-hjpwTR4I0MM5dEjQn7MKM3RY1a4Mt6a61Ii9KW2KbiY=";
|
||||
settingsSha256 = "sha256-Wk6IlVvs23cB4s0aMeZzSvbOQqB1RnxGMv3HkKBoIgY=";
|
||||
persistencedSha256 = "sha256-yQFrVk4i2dwReN0XoplkJ++iA1WFhnIkP7ns4ORmkFA=";
|
||||
};
|
||||
open = true;
|
||||
modesetting.enable = true;
|
||||
powerManagement = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue