mattermost: firewall.allowedTCPPorts redundant

our containers profile already sets networking.firewall = false, so this
does exactly nothing except cause confusion.
This commit is contained in:
stuebinm 2024-02-12 21:07:53 +01:00
parent 1ccc0ccbca
commit 7427df5167

View file

@ -217,9 +217,6 @@
startAt = "*-*-* 23:45:00"; startAt = "*-*-* 23:45:00";
location = "/persist/backups/postgres"; location = "/persist/backups/postgres";
}; };
networking.firewall.allowedTCPPorts = [ 3000 ];
}); });
}; };