mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
tests/meli: fix expected config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
3d045a92d6
commit
c8c30aa316
1 changed files with 2 additions and 0 deletions
|
|
@ -10,9 +10,11 @@ subscribed_mailboxes = ["Inbox", "Sent", "Trash", "Drafts"]
|
||||||
[accounts."hm@example.com".send_mail]
|
[accounts."hm@example.com".send_mail]
|
||||||
hostname = "smtp.example.com"
|
hostname = "smtp.example.com"
|
||||||
port = 1848
|
port = 1848
|
||||||
|
|
||||||
[accounts."hm@example.com".send_mail.auth]
|
[accounts."hm@example.com".send_mail.auth]
|
||||||
type = "auto"
|
type = "auto"
|
||||||
username = "home.manager"
|
username = "home.manager"
|
||||||
|
|
||||||
[accounts."hm@example.com".send_mail.auth.password]
|
[accounts."hm@example.com".send_mail.auth.password]
|
||||||
type = "command_eval"
|
type = "command_eval"
|
||||||
value = "password-command"
|
value = "password-command"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue