diff --git a/flake.lock b/flake.lock index c5469bd4..732ade36 100644 --- a/flake.lock +++ b/flake.lock @@ -563,11 +563,11 @@ "openwrt-imagebuilder": "openwrt-imagebuilder" }, "locked": { - "lastModified": 1652490131, - "narHash": "sha256-lWB9YzE8VR7d+zBJlXcSPRonH08aSsidFMZn9HkRrQM=", + "lastModified": 1652575777, + "narHash": "sha256-AMCW3gP2JThiFI+9zRuF5rIiMRtjAc48ugcd2y57gO0=", "ref": "master", - "rev": "497cebb86d13fa5942ab0e9f1625ec98fe73b263", - "revCount": 1392, + "rev": "8acc5bcb595b0307539c2f068ee58b946717f31e", + "revCount": 1394, "type": "git", "url": "https://gitea.c3d2.de/zentralwerk/network.git" }, diff --git a/hosts/containers/public-access-proxy/default.nix b/hosts/containers/public-access-proxy/default.nix index 2d42b654..8aaafcf9 100644 --- a/hosts/containers/public-access-proxy/default.nix +++ b/hosts/containers/public-access-proxy/default.nix @@ -44,6 +44,13 @@ }; matchArg = "-m end"; } + { + hostNames = [ "staging.dvb.solutions" ]; + proxyTo = { + host = config.c3d2.hosts.staging-data-hoarder.ip4; + }; + matchArg = "-m end"; + } ] ++ # Generated forwarding configurations from other nixosConfigurations map (host: