feat: configure systemd power management and fix kitty TERM

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
ja
2026-05-20 10:49:07 +02:00
co-authored by Junie
parent 6ff790fd4b
commit 45ad579120
3 changed files with 94 additions and 0 deletions
+7
View File
@@ -11,6 +11,13 @@
become: yes
tags: [systemd, oomd]
- name: Restart systemd-logind
systemd:
name: systemd-logind
state: restarted
become: yes
tags: [systemd]
- name: Reload systemd
systemd:
daemon_reload: yes