From f5403386f2f9ab1277589c529cccbad30dc579df Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Wed, 1 May 2019 18:56:39 -0700 Subject: [PATCH] set default disk devices from upstream --- roles/laptop/files/tlp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/laptop/files/tlp.conf b/roles/laptop/files/tlp.conf index f44eafe..7504d4b 100644 --- a/roles/laptop/files/tlp.conf +++ b/roles/laptop/files/tlp.conf @@ -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.