From 49367ee00e3182aec51a7ebfc0c27b5672f2ca45 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 22 Nov 2023 20:38:39 +0000 Subject: [PATCH] addin ssh key --- modules/common.nix | 1 + 1 file changed, 1 insertion(+) 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;