use nvidia again

This commit is contained in:
2025-05-31 23:15:12 +02:00
parent 89fde794b8
commit f19a3d129c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
{
boot.kernelParams = [ "drm.edid_firmware=DP-1:edid/edid.bin" ];
boot.kernelParams = [ "drm.edid_firmware=DP-6:edid/edid.bin" ];
hardware.firmware = [
(
@@ -9,4 +9,4 @@
cp ${./firmware/KG271-edid.bin} $out/lib/firmware/edid/edid.bin
''
)];
}
}