diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 07361ae..921b3ac 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -2,6 +2,7 @@ let servHosts = config.site.net.serv.hosts4; inherit (config.site.net.c3d2.hosts4) dn42; + inherit (config.site.net.flpk.hosts4) leon; in { site.hosts = { @@ -114,25 +115,25 @@ in sourcePort = 64699; } { #ssh - destination = "${servHosts.leon}:22"; + destination = "${leon}:22"; proto = "tcp"; reflect = true; sourcePort = 2223; } { #Website - destination = "${servHosts.leon}:5000"; + destination = "${leon}:5000"; proto = "tcp"; reflect = true; sourcePort = 5001; } { #VPN_Wireguard VPN1-interface - destination = "${servHosts.leon}:18900"; + destination = "${leon}:18900"; proto = "udp"; reflect = true; sourcePort = 18800; } { #VPN_Wireguard VPN2-interface - destination = "${servHosts.leon}:19900"; + destination = "${leon}:19900"; proto = "udp"; reflect = true; sourcePort = 19800;