1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
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" ];
}