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/kay/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hosts/kay') diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix index b2a530e..a21f3a3 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -9,11 +9,6 @@ ../../common.nix ]; - services.openssh = { - enable = true; - settings.PasswordAuthentication = false; - }; - boot.consoleLogLevel = 3; networking.hostName = "kay"; } -- cgit v1.2.3