Commit d54eea99ca14

Vincent Demeester <vincent@sbr.pm>
2026-07-30 09:53:58
fix: aomi ppd.conf default should be performance
Aomi is a workstation, not a laptop on the go. Default to performance on AC, balanced-battery on battery.
1 parent 7be0568
Changed files (1)
imperative
imperative/aomi/bootstrap.sh
@@ -376,7 +376,7 @@ setup_power() {
 		log_info "Configuring tuned-ppd..."
 		sudo tee /etc/tuned/ppd.conf >/dev/null <<-'EOF'
 			[main]
-			default=balanced
+			default=performance
 			battery_detection=true
 			sysfs_acpi_monitor=true