Update ankaa config

This commit is contained in:
2024-09-08 11:52:42 -05:00
parent ce0f62103a
commit a3eeb9c347
6 changed files with 63 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ in
ports = [ cfg.port ];
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
PasswordAuthentication = cfg.allow-password;
};
};
};