1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 12:57:22 +02:00

Merge pull request #1041 from jjtt/x260

Remove BTRFS related setting for ThinkPad x260
This commit is contained in:
❄️ 2024-07-18 16:45:12 -03:00 committed by GitHub
commit bb90787ea0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,9 +9,4 @@
# https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X260#Thinkpad_X260
"i915.enable_psr=0"
];
# https://wiki.archlinux.org/index.php/TLP#Btrfs
services.tlp.settings = {
SATA_LINKPWR_ON_BAT = "med_power_with_dipm";
};
}