diff --git a/config/net/upstream.nix b/config/net/upstream.nix index b31d825..e1225cc 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -2,7 +2,7 @@ let servHosts = config.site.net.serv.hosts4; inherit (config.site.net.c3d2.hosts4) dn42; - inherit (config.site.net.flpk.hosts4) leon; + inherit (config.site.net.flpk.hosts4) c3d2-web leon; in { site.hosts = { @@ -43,7 +43,7 @@ in sourcePort = 443; } { # gemini - destination = "${servHosts.c3d2-web}:1965"; + destination = "${c3d2-web}:1965"; proto = "tcp"; reflect = true; sourcePort = 1965;