From 5342f797d6dad6e40284e1eb22383a1035d39aab Mon Sep 17 00:00:00 2001 From: Aleksei Zolotov Date: Sat, 18 Jul 2026 12:44:54 +0200 Subject: [PATCH] nixos/stalwart: Fix broken Stalwart documentation link in configuration --- nixos/modules/services/mail/stalwart.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/mail/stalwart.nix b/nixos/modules/services/mail/stalwart.nix index 4e596ad3e572..d4b3bf801042 100644 --- a/nixos/modules/services/mail/stalwart.nix +++ b/nixos/modules/services/mail/stalwart.nix @@ -57,7 +57,7 @@ in default = { }; description = '' Configuration options for the Stalwart server. - See for available options. + See for available options. By default, the module is configured to store everything locally. '';