fixup migrate

This commit is contained in:
NullBite 2024-07-18 17:12:42 -04:00
parent 9438fc6957
commit c46fd21f96
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -171,8 +171,6 @@
mkReverseProxy = port: mkProxy { inherit port; };
in (lib.mapAttrs (domain: instance: { forceSSL = true; inherit useACMEHost; authelia.endpoint = { inherit instance; };}) {
"auth.protogen.io" = "main";
"auth.nbt.sh" = "nbt-sh";
"auth.proot.link" = "proot-link";
}) // {
"changedetection.protogen.io" = mkReverseProxy 5000;