From 727c080e022b2559e1070f6a1304e65ad3305808 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 17 Jul 2023 21:50:32 +0200 Subject: [PATCH] what the fuck is a "key" --- hosts/chmura/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index c66e843e..3f834465 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -50,7 +50,10 @@ services.openssh = { enable = true; - settings.PasswordAuthentication = true; + settings = { + PasswordAuthentication = true; + PermitRootLogin = "yes"; + }; }; services.caddy = {