fix(hakurei): ssh access

This commit is contained in:
arcnmx 2024-02-06 13:26:20 -08:00
parent eb1549975e
commit 2039fd8cb6
2 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,7 @@ in {
services.openssh = {
enable = mkDefault true;
ports = mkDefault [publicPort 22];
ports = [publicPort 22];
openFirewall = mkDefault false;
settings = {
PasswordAuthentication = mkDefault false;