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