From 7f5061e700ae5cca8c33afa70b7da5bbfebd49e3 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 10 Jan 2024 21:23:35 +0100 Subject: more fixes --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 8662a25..4ac2b63 100644 --- a/common.nix +++ b/common.nix @@ -76,7 +76,7 @@ in enable = true; settings.PasswordAuthentication = true; settings.KbdInteractiveAuthentication = true; - ettings.PermitRootLogin = "yes"; + settings.PermitRootLogin = "yes"; # only ed25519 keys, make them persistent hostKeys = [{ -- cgit v1.2.3