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