hainich/mattermost: disable container firewall

keep-around/c10caa5b0faeed24cf9fd548673f3cdc9a3c7626
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
1 changed files with 1 additions and 0 deletions

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 ...