From 18c38635406586430c2aa772f0b708143104fb72 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sun, 31 May 2026 09:21:00 +0200 Subject: Move to stalwart 0.16 --- services/bulwark.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'services/bulwark.nix') 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; -- cgit v1.3.1