From 4ad6eba6931b1e60ca1241b1a88dad3b2cd2c4b9 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Tue, 31 Oct 2023 10:49:21 +0000 Subject: [PATCH] added 8888 and 9999 as general purpose open TCP ports --- hosts/main.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/main.nix b/hosts/main.nix index 225e6bc..f737ae2 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -83,6 +83,8 @@ services.samba-wsdd.enable = true; # make shares visible for windows 10 clients networking.firewall.allowedTCPPorts = [ 5357 # wsdd + 8888 # for general usage + 9999 # for general usage ]; networking.firewall.allowedUDPPorts = [ 3702 # wsdd