mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 19:39:42 +01:00
Merge pull request #153 from DamienCassou/fix-t460s
Improve support for t460s
This commit is contained in:
commit
e58c64a03c
1 changed files with 1 additions and 4 deletions
|
@ -3,10 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel
|
../../../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;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue