diff --git a/hosts/vm/reverseproxy/reverseproxy.nix b/hosts/vm/reverseproxy/reverseproxy.nix index 3401084..25c1437 100644 --- a/hosts/vm/reverseproxy/reverseproxy.nix +++ b/hosts/vm/reverseproxy/reverseproxy.nix @@ -176,6 +176,10 @@ in httpOnly = true; target = "172.16.10.104"; }; + "nekorale" = { + anubisConfig = "${anubisAllowOther}"; + target = "172.16.10.31/club-nekorale/"; + }; "perso" = { anubisConfig = "${anubisPerso}"; target = "172.16.10.31"; @@ -183,6 +187,10 @@ in "clubs" ]; }; + "snl" = { + anubisConfig = "${anubisAllowOther}"; + target = "172.16.10.31/sonetlumens/"; + }; "wiki" = { anubisConfig = "${anubisChallenge}"; target = "172.16.10.161";