From 024e1668bae906859fc55f891fb2909f92d173d2 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 8 Jan 2024 23:40:47 +0530 Subject: common: enable ssh --- hosts/mox/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'hosts/mox/configuration.nix') diff --git a/hosts/mox/configuration.nix b/hosts/mox/configuration.nix index 9b8c314..e3d0f04 100644 --- a/hosts/mox/configuration.nix +++ b/hosts/mox/configuration.nix @@ -7,12 +7,7 @@ ../../common.nix ]; - services.openssh = { - enable = true; - ports = [ 22 465 ]; - settings.PasswordAuthentication = false; - }; - + services.openssh.ports = [ 22 465 ]; boot.consoleLogLevel = 3; networking.hostName = "mox"; } -- cgit v1.2.3