From fc7a90ef641055d28339dd8ce474a1dd40508adf Mon Sep 17 00:00:00 2001 From: natto1784 Date: Wed, 2 Nov 2022 13:26:56 +0530 Subject: [PATCH] hosts/marisa/networking: random networking ports Signed-off-by: natto1784 --- hosts/marisa/networking.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hosts/marisa/networking.nix b/hosts/marisa/networking.nix index 8e4eb47..3e045f4 100755 --- a/hosts/marisa/networking.nix +++ b/hosts/marisa/networking.nix @@ -3,8 +3,18 @@ networking = { hostName = "marisa"; firewall = { - allowedTCPPorts = [ 22 80 6060 5001 8800 6666 4444 4646 8500 202 5454 8080 ]; + allowedTCPPorts = [ + 22 # ssh + 80 # http + 6060 4444 5454 8080 #???? + 5001 #gitea + 8800 4646 8500 #vault nomad consul + 8888 #simpler-filehost1 + 6666 #concourse + 202 #gitea-ssh + ]; allowedUDPPorts = [ 17840 ]; + trustedInterfaces = [ "docker0" ]; }; wireless = {