From d5bbbbd41d851b587f89f35c93c2a4e47a7969ff Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 20 Aug 2018 22:47:49 +0200 Subject: [PATCH] email: note that passwordCommand should output '\n' This is because some programs, for example msmtp, expect the output to end with a newline character. --- modules/accounts/email.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/accounts/email.nix b/modules/accounts/email.nix index 640edc59b..9334f731b 100644 --- a/modules/accounts/email.nix +++ b/modules/accounts/email.nix @@ -182,8 +182,8 @@ let apply = p: if isString p then splitString " " p else p; example = "secret-tool lookup email me@example.org"; description = '' - A command, which when run writes the account password on - standard output. + A command that writes the account password on standard + output followed by a newline when it is run. ''; };