diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-03-05 23:09:19 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-05 23:10:06 +0100 |
| commit | e24ce7987328000c6b3da2e4f51b8392b00a9e73 (patch) | |
| tree | b42504c7af41aa546e804b5459c05719c24d5bdc /services/continuwuity.nix | |
| parent | 3d074dc5605738c9df45437cff3737186cdd030a (diff) | |
Feat/mutliple email domains (#5)
* Add additional domain support
* Configure omega-relay to use wilkuu.nl
* Fix oopsies
Diffstat (limited to 'services/continuwuity.nix')
| -rw-r--r-- | services/continuwuity.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/continuwuity.nix b/services/continuwuity.nix index e373cec..5bd249e 100644 --- a/services/continuwuity.nix +++ b/services/continuwuity.nix @@ -88,7 +88,7 @@ in { # well-known discovery # TODO: Might need to enforce https here, if it already is not. - ${cfg.fdqn}.locations."/.well_known/matrix/".proxyPass = socket; + ${cfg.fdqn}.locations."/.well-known/matrix/".proxyPass = socket; # The matrix server ${cfg.host-domain} = { |
