nixos/jitsi-meet: fix systemd protection flag warning (#438180)

This commit is contained in:
lassulus
2025-08-29 10:32:40 +01:00
committed by GitHub
@@ -528,7 +528,7 @@ in
ProtectSystem = "strict";
ProtectClock = true;
ProtectHome = true;
ProtectProc = true;
ProtectProc = "noaccess";
ProtectKernelLogs = true;
PrivateTmp = true;
PrivateDevices = true;