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: