mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
10 lines
183 B
Nix
10 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" ];
|
|
}
|