1 Commits

Author SHA1 Message Date
Yegor Timoshenko
da2e972988 lenovo/thinkpad/x230: add coreboot sub-profile 2018-10-30 18:17:34 +00:00
3 changed files with 12 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
{
imports = [
../.
../../../common/cpu/intel
];
boot.kernelModules = [ "tpm-rng" ];
}

View File

@@ -0,0 +1,3 @@
{
imports = [ ../common.nix ];
}

View File

@@ -1,19 +1,6 @@
{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../common/cpu/intel
./common.nix
../../../common/pc/laptop/acpi_call.nix
];
boot = {
kernelModules = [
"tpm-rng"
];
};
services.xserver.deviceSection = lib.mkDefault ''
Option "TearFree" "true"
'';
}