remove redundant ssh config from chmura

This commit is contained in:
jacekpoz 2024-02-29 01:13:33 +01:00
parent fb0f919ffb
commit 30eac239e5
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -40,14 +40,6 @@ in {
extraGroups = [ "docker" ];
};
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
};
};
services.caddy = {
enable = true;
virtualHosts."test.jacekpoz.pl".extraConfig = ''