From 46a1f9b97573d94102a290f6283aa623ada2b5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 29 Nov 2023 15:37:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20(hydrogen/system)=20format=20ope?= =?UTF-8?q?nssh=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/hydrogen/system/ssh/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/hydrogen/system/ssh/default.nix b/hosts/hydrogen/system/ssh/default.nix index ff9dbb1..84d4a28 100644 --- a/hosts/hydrogen/system/ssh/default.nix +++ b/hosts/hydrogen/system/ssh/default.nix @@ -1 +1,6 @@ -{ ... }: { services.openssh.ports = [ 624 ]; } +{ ... }: { + services.openssh = { + enable = true; + ports = [ 642 ]; + }; +}