nixos-hardware/asus/fx504gd/default.nix

11 lines
183 B
Nix
Raw Normal View History

2020-05-20 16:35:48 +02:00
{ ... }:
{
imports = [
../../common/cpu/intel
../../common/pc/laptop
];
#Nouveau doesn't work at all on this model.
boot.kernelParams = [ "nouveau.modeset=0" ];
}