nixos/pgadmin: 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:42:06 +02:00
parent 915cb926cf
commit f0f0fcee17
+1
View File
@@ -239,6 +239,7 @@ in
PrivateDevices = true;
PrivateMounts = true;
PrivateTmp = true;
PrivateUsers = true;
ProtectClock = true;
ProtectControlGroups = true;
ProtectHome = true;