From 7427df51672a666eb224edbced9a94fcdb38711e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 12 Feb 2024 21:07:53 +0100 Subject: [PATCH] mattermost: firewall.allowedTCPPorts redundant our containers profile already sets networking.firewall = false, so this does exactly nothing except cause confusion. --- parsons/mattermost.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/parsons/mattermost.nix b/parsons/mattermost.nix index bf3354f..e667665 100644 --- a/parsons/mattermost.nix +++ b/parsons/mattermost.nix @@ -217,9 +217,6 @@ startAt = "*-*-* 23:45:00"; location = "/persist/backups/postgres"; }; - - networking.firewall.allowedTCPPorts = [ 3000 ]; - }); };