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

authored by

lassulus and committed by
GitHub
9f80e726 e47525a6

+1 -1
+1 -1
nixos/modules/services/web-apps/jitsi-meet.nix
··· 528 528 ProtectSystem = "strict"; 529 529 ProtectClock = true; 530 530 ProtectHome = true; 531 - ProtectProc = true; 531 + ProtectProc = "noaccess"; 532 532 ProtectKernelLogs = true; 533 533 PrivateTmp = true; 534 534 PrivateDevices = true;