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). ''; };