Add Asus TUF FX504GD

This commit is contained in:
ImExtends
2020-05-20 15:35:48 +01:00
committed by Jörg Thalheim
parent 55f9eb6a73
commit c75ebd4129
3 changed files with 13 additions and 0 deletions

10
asus/fx504gd/default.nix Normal file
View File

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