From a809d3b54c4f6a439f491ea12299073994e8ac11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 29 Nov 2023 16:13:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(hydrogen/system)=20fix=20bad=20?= =?UTF-8?q?ssh=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/hydrogen/system/ssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hydrogen/system/ssh/default.nix b/hosts/hydrogen/system/ssh/default.nix index 84d4a28..33d6b34 100644 --- a/hosts/hydrogen/system/ssh/default.nix +++ b/hosts/hydrogen/system/ssh/default.nix @@ -1,6 +1,6 @@ { ... }: { services.openssh = { enable = true; - ports = [ 642 ]; + ports = [ 624 ]; }; }