nixos-images/nix/noveau-workaround.nix
2024-09-03 11:03:51 +02:00

4 lines
97 B
Nix

{
# fixes blank screen on boot for some cards
boot.kernelParams = [ "nouveau.modeset=0" ];
}