From f9e4704905608d0a79e21c2255799edf08731f2d Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Mon, 24 Jul 2023 09:48:17 +0100 Subject: [PATCH] Open SSH port on Kernighan --- system/kernighan/kernighan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/kernighan/kernighan.nix b/system/kernighan/kernighan.nix index 45662b9..1f1a37f 100644 --- a/system/kernighan/kernighan.nix +++ b/system/kernighan/kernighan.nix @@ -13,7 +13,7 @@ hostName = "kernighan"; firewall = { enable = true; - allowedTCPPorts = [ 80 443 ]; + allowedTCPPorts = [ 22 80 443 ]; }; interfaces = { end0.ipv4.addresses = [{