4 lines
97 B
Nix
4 lines
97 B
Nix
{
|
|
# fixes blank screen on boot for some cards
|
|
boot.kernelParams = [ "nouveau.modeset=0" ];
|
|
}
|