Merge pull request #203 from oxzi/x260-tlp

lenovo/thinkpad/x260: use services.tlp.settings
This commit is contained in:
Jörg Thalheim
2020-11-03 08:53:05 +01:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
];
# https://wiki.archlinux.org/index.php/TLP#Btrfs
services.tlp.extraConfig = ''
SATA_LINKPWR_ON_BAT=med_power_with_dipm
'';
services.tlp.settings = {
SATA_LINKPWR_ON_BAT = "med_power_with_dipm";
};
}