From 7c6f5484a4a5b6323aac1e41caf06d1545b4448c Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 20 Aug 2025 13:05:12 +0300 Subject: [PATCH] Re-enabled stalwart --- host/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/configuration.nix b/host/configuration.nix index f0bd2ca..475643e 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -74,7 +74,7 @@ nextcloud.enable = false; wakapi.enable = true; eko.enable = true; - stalwart.enable = false; + stalwart.enable = true; # Automatically pull this config from git autoUpdate.enable = true;