summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2020-04-14 22:45:54 +0200
committerDamien Cassou <damien@cassou.me>2020-04-14 22:54:31 +0200
commit0ef7d22b6cd714af9af507ba9e4eab410fd93930 (patch)
treea1c94442c9a8b74bfbbc6c68bd55f697748b7d04
parentedb7199b5c4f1db34a7253d4cabf6cf690521a92 (diff)
lenovo/thinkpad/t460s: Remove problematic options
See there links for details: https://github.com/NixOS/nixos-hardware/pull/134#pullrequestreview-336181593 https://github.com/NixOS/nixos-hardware/pull/134#discussion_r361146814
-rw-r--r--lenovo/thinkpad/t460s/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/lenovo/thinkpad/t460s/default.nix b/lenovo/thinkpad/t460s/default.nix
index 41558a3..59e0942 100644
--- a/lenovo/thinkpad/t460s/default.nix
+++ b/lenovo/thinkpad/t460s/default.nix
@@ -5,8 +5,4 @@
../../../common/cpu/intel
../.
];
-
- # TODO: boot loader
- boot.loader.systemd-boot.enable = lib.mkDefault true;
- boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
}