From 71cf81d41cc2083121f9bfdb2383c723aec404c9 Mon Sep 17 00:00:00 2001 From: Nico Felbinger Date: Sun, 6 Sep 2026 08:46:14 +0200 Subject: [PATCH] nixos/alertmanager-gotify-bridge: ProtectProc = true -> "invisible" --- .../monitoring/prometheus/alertmanager-gotify-bridge.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/prometheus/alertmanager-gotify-bridge.nix b/nixos/modules/services/monitoring/prometheus/alertmanager-gotify-bridge.nix index 21325a7da756..ecbd58134e28 100644 --- a/nixos/modules/services/monitoring/prometheus/alertmanager-gotify-bridge.nix +++ b/nixos/modules/services/monitoring/prometheus/alertmanager-gotify-bridge.nix @@ -158,7 +158,7 @@ in ProtectKernelLogs = true; ProtectKernelTunables = true; ProtectHostname = true; - ProtectProc = true; + ProtectProc = "invisible"; RestrictAddressFamilies = [ "AF_INET" "AF_INET6"