nixos-hardware/asus/fx504gd/default.nix

11 lines
183 B
Nix

{ ... }:
{
imports = [
../../common/cpu/intel
../../common/pc/laptop
];
#Nouveau doesn't work at all on this model.
boot.kernelParams = [ "nouveau.modeset=0" ];
}