From c10caa5b0faeed24cf9fd548673f3cdc9a3c7626 Mon Sep 17 00:00:00 2001 From: schweby Date: Tue, 30 Mar 2021 23:53:54 +0200 Subject: [PATCH] hainich/mattermost: disable container firewall --- hosts/hainich/services/mattermost.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hainich/services/mattermost.nix b/hosts/hainich/services/mattermost.nix index 51ccbec..c307905 100644 --- a/hosts/hainich/services/mattermost.nix +++ b/hosts/hainich/services/mattermost.nix @@ -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 ...