From bdb6c4b4f76b5169021864a7116e6f70159aaf5e Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 18 Feb 2026 13:36:43 +0100 Subject: 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 --- services/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/email.nix') 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 )); }) -- cgit v1.3.1