From 22feb4614a12aef4a6b9cfcde68a8f161e6b0686 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 20 May 2025 13:55:53 +0200 Subject: [PATCH] Add port 22 for now --- shared/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; };