From dfe3f58cee0b2becb2692b36b67b7b2359319cd0 Mon Sep 17 00:00:00 2001 From: sstent Date: Tue, 21 Nov 2023 13:55:20 +0000 Subject: [PATCH] addin ssh key --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index 130ef0d..c360ea9 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -42,7 +42,7 @@ pkgs.killall ]; - config.networking.search = ["node.dc1.consul" "service.dc1.consul"]; + networking.search = ["node.dc1.consul" "service.dc1.consul"]; services.openssh = { enable = true;