From 970dbf7689e4d920f6c752c33a038bc5669bc040 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 25 Dec 2023 13:30:28 -0500 Subject: [PATCH] Fix ports for ssh Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index ddb532a..4ede6ca 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -40,6 +40,8 @@ enable = true; config = builtins.readFile ./conf/haproxy.conf; }; + + openssh.ports = [ 666 ]; }; networking.firewall.enable = false;