diff --git a/modules/common.nix b/modules/common.nix index c2cf471..f583758 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -45,6 +45,7 @@ ]; networking.search = ["node.dc1.consul" "service.dc1.consul"]; + networking.firewall.enable = false; services.openssh = { enable = true;