From 0276c8fff3d0cf54476c1370c73390de875da066 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Mon, 9 Dec 2024 23:04:13 +0100 Subject: [PATCH] chore: enable tlp by default --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 9b4c5fb..9fb21b0 100755 --- a/build.sh +++ b/build.sh @@ -87,6 +87,8 @@ systemctl enable podman.socket systemctl enable podman-auto-update.timer systemctl enable greetd.service +systemctl enable tlp.service + systemctl enable -f --global flatpak-setup.service systemctl enable -f --global azure-topgrade.service