mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-11 19:39:46 +01:00
Merge pull request #203 from oxzi/x260-tlp
lenovo/thinkpad/x260: use services.tlp.settings
This commit is contained in:
commit
2a9ea518bd
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://wiki.archlinux.org/index.php/TLP#Btrfs
|
# https://wiki.archlinux.org/index.php/TLP#Btrfs
|
||||||
services.tlp.extraConfig = ''
|
services.tlp.settings = {
|
||||||
SATA_LINKPWR_ON_BAT=med_power_with_dipm
|
SATA_LINKPWR_ON_BAT = "med_power_with_dipm";
|
||||||
'';
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue