From ef4761574ebf6abe199e00943ff238ea0b69178d Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Fri, 15 May 2026 23:08:52 +0200 Subject: Add support for bulwark, including package. This makes omega-relay also a mail client so to speak, though bulwark is mostly client-sided. --- services/email.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'services/email.nix') diff --git a/services/email.nix b/services/email.nix index c05840d..7afc2b5 100644 --- a/services/email.nix +++ b/services/email.nix @@ -136,7 +136,7 @@ in lib.genAttrs (map toSops secrets) (_name: { sopsFile = sopsPath; mode = "0440"; - owner = "stalwart-mail"; + owner = "stalwart"; }) ); @@ -147,6 +147,8 @@ in "mta-sts.txt" "mail-v1.xml" "autoconfig/mail" + "openid-configuration" + "/.well-known/oauth-authorization-server" ]) // (lib.genAttrs [ "/.well-known/caldav/" "/.well-known/webdav/" "/.well-known/jmap" ] (uri: { extraConfig = '' -- cgit v1.3.1