hainich/mattermost: disable container firewall
This commit is contained in:
parent
78e607a28d
commit
c10caa5b0f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
# have to import these here, since container's dont
|
# have to import these here, since container's dont
|
||||||
# inherit imports of their environment.
|
# inherit imports of their environment.
|
||||||
imports = [ ../../../modules/mattermost.nix ];
|
imports = [ ../../../modules/mattermost.nix ];
|
||||||
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
# couldn't figure out how to actually overwrite modules, so now
|
# couldn't figure out how to actually overwrite modules, so now
|
||||||
# there's two mattermost modules ...
|
# there's two mattermost modules ...
|
||||||
|
|
Loading…
Reference in a new issue