readme: update example config

This commit is contained in:
2 * r + 2 * t 2025-09-12 18:45:02 +10:00
parent 5fc37bbe0d
commit 297df9bca1

View file

@ -517,6 +517,9 @@ default, you must create it manually.
"hibernate": ["systemctl", "hibernate"], "hibernate": ["systemctl", "hibernate"],
"reboot": ["systemctl", "reboot"] "reboot": ["systemctl", "reboot"]
} }
},
"utilities": {
"enabled": true
} }
} }
``` ```