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 # https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X260#Thinkpad_X260
"i915.enable_psr=0" "i915.enable_psr=0"
]; ];
# https://wiki.archlinux.org/index.php/TLP#Btrfs
services.tlp.settings = {
SATA_LINKPWR_ON_BAT = "med_power_with_dipm";
};
} }