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
This commit is contained in:
Damien Cassou 2020-04-14 22:45:54 +02:00
parent edb7199b5c
commit 0ef7d22b6c
No known key found for this signature in database
GPG Key ID: B68746238E59B548
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}