From 77513392bf301df40d368d1496035662c3a68243 Mon Sep 17 00:00:00 2001 From: teto Date: Sat, 5 Jul 2025 15:27:22 +0000 Subject: [PATCH] deploy: d75a547415f08a52a1e8fc84a1bef9e48bba4c5c --- options.xhtml | 35 ++++++++--------------------------- 1 file changed, 8 insertions(+), 27 deletions(-) diff --git a/options.xhtml b/options.xhtml index 6ad1203fa..b69b9c605 100644 --- a/options.xhtml +++ b/options.xhtml @@ -46016,37 +46016,12 @@ package

- programs.msmtp.extraAccounts + programs.msmtp.configContent
-

Extra configuration lines to add to the end of ~/.msmtprc. -See https://marlam.de/msmtp/msmtprc.txt for examples.

- -

Type: -strings concatenated with “\n”

- -

Default: -""

- -

Declared by:

- - -
- -<home-manager/modules/programs/msmtp> - -
-
-
- - programs.msmtp.extraConfig - - -
-
-

Extra configuration lines to add to ~/.msmtprc. +

Content added to msmtp config. See https://marlam.de/msmtp/msmtprc.txt for examples.

Note, if running msmtp fails with the error message “account default was already defined” then you probably have an account command here. Account commands should be placed in @@ -46058,6 +46033,12 @@ strings concatenated with “\n”

Default: ""

+

Example:

lib.mkOrder 1200 '''
+  set syslog
+''';
+
+
+

Declared by: