nixos/uptime-kuma: Enable PrivateUsers hardening in service config

For documentation see
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#PrivateUsers=

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-10-07 15:54:51 +02:00
parent 09c221b2f0
commit 749fd94d19
@@ -64,6 +64,7 @@ in
PrivateDevices = true;
PrivateMounts = true;
PrivateTmp = true;
PrivateUsers = true;
ProtectClock = true;
ProtectControlGroups = true;
ProtectHome = true;