diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-15 23:08:52 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-15 23:08:52 +0200 |
| commit | ef4761574ebf6abe199e00943ff238ea0b69178d (patch) | |
| tree | e35e244b5f4fe1242f4814f192b3abe36b1e9563 /services/email.nix | |
| parent | 2f1a86a21141e61b739ba56887d09aaabff282c0 (diff) | |
Add support for bulwark, including package.
This makes omega-relay also a mail client so to speak,
though bulwark is mostly client-sided.
Diffstat (limited to 'services/email.nix')
| -rw-r--r-- | services/email.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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 = '' |
