1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-27 16:57:29 +02:00

email: note that passwordCommand should output '\n'

This is because some programs, for example msmtp, expect the output to
end with a newline character.
This commit is contained in:
Robert Helgesson 2018-08-20 22:47:49 +02:00
parent 8e05229e62
commit d5bbbbd41d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

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