From 6fa6aef97b11aabf32df96e867da36042d9e0c99 Mon Sep 17 00:00:00 2001 From: sstent Date: Tue, 21 Nov 2023 13:51:19 +0000 Subject: [PATCH] addin ssh key --- modules/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/common.nix b/modules/common.nix index c2e5f0b..e5573e3 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -39,8 +39,11 @@ environment.systemPackages = [ pkgs.git pkgs.ncdu + pkgs.killall ]; +config.networking.search = ["node.dc1.consul" "service.dc1.consul"] + services.openssh = { enable = true; settings.PermitRootLogin = "yes";