From 4bbe0d7bab92d2421cbe6d5fa5c7870fde5146eb Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 15 Dec 2025 16:01:50 +0100 Subject: [PATCH] Fix option reference in aliasesRegExp option --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6b4cad4..9d0b542 100644 --- a/default.nix +++ b/default.nix @@ -197,7 +197,8 @@ in example = [ ''/^tom\..*@domain\.com$/'' ]; default = [ ]; description = '' - Same as {option}`mailserver.aliases` but using PCRE (Perl compatible regex). + Same as {option}`mailserver.loginAccounts..aliases` but + using PCRE (Perl compatible regex). ''; };