Add matrix homeserver (disabled).

This commit is contained in:
Lorenzo Good 2026-02-24 14:16:03 -08:00
parent f173b9d236
commit 3ed11cda2b
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
5 changed files with 146 additions and 2 deletions

View file

@ -24,6 +24,12 @@
reverse_proxy :${toString config.foehammer.services.forgejo.port}
'';
};
"matrix.foehammer.me" = {
extraConfig = ''
reverse_proxy :${toString config.foehammer.services.continuwuity.port}
'';
};
};
};
}