From d5da9b28e3a6ade339d3e36e4c7fb0815362842f Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Sat, 26 Aug 2023 13:36:57 +0100 Subject: [PATCH] Add ports to kernighan firewall --- 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 2207510..387b300 100644 --- a/system/kernighan/kernighan.nix +++ b/system/kernighan/kernighan.nix @@ -14,7 +14,7 @@ hostName = "kernighan"; firewall = { enable = true; - allowedTCPPorts = [ 2223 80 443 ]; + allowedTCPPorts = [ 8123 2223 80 443 ]; }; interfaces = { end0.ipv4.addresses = [{