diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-02-18 13:36:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-18 13:36:43 +0100 |
| commit | bdb6c4b4f76b5169021864a7116e6f70159aaf5e (patch) | |
| tree | b7d120b8c0b630f94071aceb5164486b3aec5551 /services/email.nix | |
| parent | d0a6e83fbdb79db022d6f5058aec0854eeff6647 (diff) | |
Continuwuity on omega-relay (#4)
* Initial setup for c10y
* Fix .well-known location and add comments.
Typing is hard, and well_known should be well-known.
Also fixes this in stalwart.
* Nixfmt
* Use c10y straight from the source
Diffstat (limited to 'services/email.nix')
| -rw-r--r-- | services/email.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/email.nix b/services/email.nix index 3f7cb9f..f050b2b 100644 --- a/services/email.nix +++ b/services/email.nix @@ -89,7 +89,7 @@ in "mail-v1.xml" "autoconfig/mail" ]) - // (lib.genAttrs [ "/.well_known/caldav" "/.well_known/webdav" ] ( + // (lib.genAttrs [ "/.well-known/caldav" "/.well-known/webdav" ] ( uri: (makeHttpRedirect "${cfg.domain}${uri}") cfg.doACME )); }) |
