mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01: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:
parent
8e05229e62
commit
d5bbbbd41d
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue