nixos-images/nix/noveau-workaround.nix

5 lines
97 B
Nix
Raw Normal View History

2024-09-03 11:03:51 +02:00
{
# fixes blank screen on boot for some cards
boot.kernelParams = [ "nouveau.modeset=0" ];
}