From 7822ca315d7d54818630b7e78f3a66beb0898895 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 3 Apr 2018 20:17:09 +0200 Subject: [PATCH] =?UTF-8?q?Ouverture=20diff=C3=A9rents=20ports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services.nix b/services.nix index d79a4d9..0c6a9f9 100644 --- a/services.nix +++ b/services.nix @@ -67,8 +67,11 @@ 3000 # Grafana 8096 # Emby 111 2049 4000 4001 4002 # NFS + 3483 9000 # Slimserver + 8384 # Syncthing ]; networking.firewall.allowedUDPPorts = [ 111 2049 4000 4001 4002 # NFS + 3483 # Slimserver ]; }