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/cez/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hosts/cez') diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix index 05c3b9f..6a801b0 100644 --- a/hosts/cez/configuration.nix +++ b/hosts/cez/configuration.nix @@ -32,10 +32,6 @@ in enable = true; pulse.enable = true; }; - openssh = { - enable = true; - settings.PasswordAuthentication = false; - }; getty.autologinUser = user; }; -- cgit v1.2.3