hainich/mattermost: disable container firewall

This commit is contained in:
schweby 2021-03-30 23:53:54 +02:00
parent 78e607a28d
commit c10caa5b0f
No known key found for this signature in database
GPG key ID: 3A489DBB732B9614

View file

@ -17,6 +17,7 @@
# have to import these here, since container's dont
# inherit imports of their environment.
imports = [ ../../../modules/mattermost.nix ];
networking.firewall.enable = false;
# couldn't figure out how to actually overwrite modules, so now
# there's two mattermost modules ...