diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-05-31 09:21:00 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-05-31 09:21:00 +0200 |
| commit | 18c38635406586430c2aa772f0b708143104fb72 (patch) | |
| tree | 5bce8dd86e0747e5315315eef00e416169620a5d /services/bulwark.nix | |
| parent | aa39875b09ebe74db959ab4decd642148abc2860 (diff) | |
Move to stalwart 0.16
Diffstat (limited to 'services/bulwark.nix')
| -rw-r--r-- | services/bulwark.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/services/bulwark.nix b/services/bulwark.nix index a5f3f87..00198cd 100644 --- a/services/bulwark.nix +++ b/services/bulwark.nix @@ -6,7 +6,7 @@ }: let cfg = config.wilkuu.services.bulwark; - stalwart_cfg = config.wilkuu.services.stalwart; + stalwart_cfg = config.stalwart-nix.stalwart; hostname = config.networking.hostName; # Importing stuff from stalwart and defaults etc. @@ -79,9 +79,6 @@ in groups.bulwark = { }; }; - config.wilkuu.services.stalwart.corsDomains = lib.optionals ( - cfg.enable && stalwart_cfg.enable - ) cfg.domains; config.sops.secrets = ( lib.genAttrs (map toSops secrets) (_name: { sopsFile = sopsPath; |
