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
commit 2a9ea518bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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