From 4d356a9fe62d608e1b983e81cf11228e5e2c32b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 20 Dec 2022 07:32:12 +0100 Subject: [PATCH] Fix formatting --- config/net/upstream.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index e1225cc..a2c6dcf 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -114,29 +114,26 @@ in reflect = true; sourcePort = 64699; } - { #ssh + { #ssh destination = "${leon}:22"; proto = "tcp"; reflect = true; sourcePort = 2223; } - { #Website + { #Website destination = "${leon}:5000"; proto = "tcp"; reflect = true; sourcePort = 5001; - } + } { #VPN_Wireguard VPN1-interface destination = "${leon}:18900"; proto = "udp"; reflect = true; sourcePort = 18800; } - { #VPN_Wireguard VPN2-interface + { #VPN_Wireguard VPN2-interface destination = "${leon}:19900"; - proto = "udp"; - reflect = true; - sourcePort = 19800; } { destination = servHosts.minetest;