1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-26 14:38:31 +02:00
nixos-hardware/lenovo/thinkpad/x260/default.nix
2018-09-02 20:06:41 +02:00

13 lines
213 B
Nix

{
imports = [
../.
../acpi_call.nix
../../../common/cpu/intel
];
# https://wiki.archlinux.org/index.php/TLP#Btrfs
services.tlp.extraConfig = ''
SATA_LINKPWR_ON_BAT=max_performance
'';
}