From e193287dc192d7a8a540e973d1514bce04be8b02 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 8 Mar 2026 02:14:31 +0100 Subject: [PATCH] Fix inline code block in mailserver.forwards option description It should surround the whole attribute set, not leave out the opening bracket. Closes: #345 --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index cc97d20..6e12d26 100644 --- a/default.nix +++ b/default.nix @@ -655,7 +655,7 @@ in }; description = '' To forward mails to an external address. For instance, - the value {`"user@example.com" = "user@elsewhere.com";}` + the value `{ "user@example.com" = "user@elsewhere.com"; }` means that mails to `user@example.com` are forwarded to `user@elsewhere.com`. The difference with the {option}`mailserver.extraVirtualAliases` option is that `user@elsewhere.com`