From ab69e6fec0982b7188452717c7338d9fe6b69637 Mon Sep 17 00:00:00 2001 From: alisceon Date: Fri, 30 Jan 2026 19:20:12 +0100 Subject: [PATCH] need my pw auth --- hosts/common/server.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/server.nix b/hosts/common/server.nix index 3837a76..4731834 100644 --- a/hosts/common/server.nix +++ b/hosts/common/server.nix @@ -8,7 +8,6 @@ openssh = { enable = true; permitRootLogin = "no"; - passwordAuthentication = false; }; # end openssh }; # end services