what the fuck is a "key"

This commit is contained in:
jacekpoz 2023-07-17 21:50:32 +02:00
parent bfb020bc5c
commit 727c080e02

View file

@ -50,7 +50,10 @@
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
settings = {
PasswordAuthentication = true;
PermitRootLogin = "yes";
};
};
services.caddy = {