From c96b275542f1d5aacc45839f52d357ecd0c35578 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 28 Aug 2019 00:13:20 +0200 Subject: machines/haku: custom ports --- machines/profpatsch/haku.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix index 0ba76ed5..8344cb2c 100644 --- a/machines/profpatsch/haku.nix +++ b/machines/profpatsch/haku.nix @@ -135,9 +135,12 @@ in allowedTCPPorts = [ 80 443 6882 + 1337 2342 4223 + 60100 ]; allowedUDPPorts = [ wireguard.port + 60100 ]; # forward wireguard connections to ethernet device (VPN) extraCommands = '' -- cgit 1.4.1