summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-04-15 09:06:43 +0100
committerGitHub <noreply@github.com>2020-04-15 09:06:43 +0100
commite58c64a03c931bfddbcae238d54ac63a67b6fa35 (patch)
tree267af68398329593c6ad9a7698e649d93c24cebf
parentedb7199b5c4f1db34a7253d4cabf6cf690521a92 (diff)
parent157ae443af7171422626684bd6b42a3e9a503365 (diff)
Merge pull request #153 from DamienCassou/fix-t460s
Improve support for t460s
-rw-r--r--lenovo/thinkpad/t460s/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/lenovo/thinkpad/t460s/default.nix b/lenovo/thinkpad/t460s/default.nix
index 41558a3..e623371 100644
--- a/lenovo/thinkpad/t460s/default.nix
+++ b/lenovo/thinkpad/t460s/default.nix
@@ -3,10 +3,7 @@
{
imports = [
../../../common/cpu/intel
+ ../../../common/pc/laptop/acpi_call.nix
../.
];
-
- # TODO: boot loader
- boot.loader.systemd-boot.enable = lib.mkDefault true;
- boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
}