forked from poz/niksos
remove redundant ssh config from chmura
This commit is contained in:
parent
fb0f919ffb
commit
30eac239e5
1 changed files with 0 additions and 8 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue