From b2151c8728a11655a14ce9d384ee214567598fb3 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 27 Jan 2023 11:48:33 +0100 Subject: [PATCH] sombrero: Clean up open ports --- hosts/sombrero/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 14fb3de..6d21a37 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -67,7 +67,11 @@ }; firewall = { - allowedTCPPorts = [ 1122 32400 8384 ]; + allowedTCPPorts = [ + 1122 # ssh + 32400 # plex + 8384 # syncthing + ]; }; };