2017-12-24 10:13:25 -05:00
|
|
|
{ lib, ... }:
|
2017-12-21 21:56:28 -05:00
|
|
|
|
2016-09-21 05:33:54 -04:00
|
|
|
{
|
2017-12-24 18:21:05 -05:00
|
|
|
imports = [
|
|
|
|
../.
|
|
|
|
../../../common/cpu/intel
|
|
|
|
];
|
2017-12-21 21:56:28 -05:00
|
|
|
|
2017-12-24 10:13:25 -05:00
|
|
|
# https://github.com/NixOS/nixpkgs/issues/18356
|
2016-09-21 05:33:54 -04:00
|
|
|
boot.blacklistedKernelModules = [ "nouveau" ];
|
|
|
|
}
|