From 9b19e080b0734097987972ee60932d563e7fc4fa Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Wed, 19 Jul 2023 16:02:41 +0200 Subject: [PATCH] open firewall for bacula --- modules/bacula.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/bacula.nix b/modules/bacula.nix index 3166da7..8244eb7 100644 --- a/modules/bacula.nix +++ b/modules/bacula.nix @@ -5,6 +5,8 @@ "bacula/keypair".owner = "bacula"; "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";