Add port 22 for now

This commit is contained in:
hodasemi 2025-05-20 13:55:53 +02:00
parent a58fb36a8a
commit 22feb4614a

View file

@ -8,7 +8,7 @@
openssh = { openssh = {
enable = true; enable = true;
ports = [ 23 ]; ports = [ 22 23 ];
settings = { settings = {
AllowUsers = [ "dev" ]; AllowUsers = [ "dev" ];
}; };