set default disk devices from upstream

This commit is contained in:
Pig Monkey 2019-05-01 18:56:39 -07:00
parent 8e33422088
commit f5403386f2

View file

@ -121,7 +121,7 @@ ENERGY_PERF_POLICY_ON_BAT=power
# Devices can be specified by disk ID also (lookup with: tlp diskid).
# Note: DISK parameters below are effective only when this option is configured.
# Default: "nvme0n1 sda"
#DISK_DEVICES="sda sdb"
DISK_DEVICES="nvme0n1 sda"
# Disk advanced power management level: 1..254, 255 (max saving, min, off).
# Levels 1..127 may spin down the disk; 255 allowable on most drives.