diff --git a/shared/ssh.nix b/shared/ssh.nix index 14971d1..489c36a 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -8,7 +8,7 @@ openssh = { enable = true; - ports = [ 23 ]; + ports = [ 22 23 ]; settings = { AllowUsers = [ "dev" ]; };