From 7ad0c7d98e4019c2184855bcd78cd581d1048c14 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 14 Nov 2023 13:20:41 +0100 Subject: [PATCH] bacula: close udp port not needed for operation --- modules/bacula.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/bacula.nix b/modules/bacula.nix index abb6c96..fd03eb7 100644 --- a/modules/bacula.nix +++ b/modules/bacula.nix @@ -43,7 +43,6 @@ in "bacula/masterkey".owner = "bacula"; }; networking.firewall.allowedTCPPorts = [ config.services.bacula-fd.port ]; - networking.firewall.allowedUDPPorts = [ config.services.bacula-fd.port ]; services.bacula-fd = { enable = true; name = "ifsr-quitte";