mattermost: firewall.allowedTCPPorts redundant

our containers profile already sets networking.firewall = false, so this
does exactly nothing except cause confusion.
removing-nix-hexchen
stuebinm 2024-02-12 21:07:53 +01:00
parent 1ccc0ccbca
commit 7427df5167
1 changed files with 0 additions and 3 deletions

View File

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