1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00
nixos-hardware/lenovo/thinkpad/x260/default.nix

13 lines
240 B
Nix
Raw Normal View History

2018-08-13 23:05:57 +02:00
{
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
2018-08-13 23:05:57 +02:00
];
# https://wiki.archlinux.org/index.php/TLP#Btrfs
2018-08-13 23:05:57 +02:00
services.tlp.extraConfig = ''
SATA_LINKPWR_ON_BAT=med_power_with_dipm
2018-08-13 23:05:57 +02:00
'';
}