Update password command
This commit is contained in:
parent
7f4aa59106
commit
295ed7494b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
address = "albert@sysctl.io";
|
address = "albert@sysctl.io";
|
||||||
# password
|
# password
|
||||||
# https://nix-community.github.io/home-manager/options.html#opt-accounts.email.accounts._name_.passwordCommand
|
# https://nix-community.github.io/home-manager/options.html#opt-accounts.email.accounts._name_.passwordCommand
|
||||||
password_command = "cat /run/secrets/albert/email_password";
|
passwordCommand = "cat /run/secrets/albert/email_password";
|
||||||
realName = "Albert J. Copeland";
|
realName = "Albert J. Copeland";
|
||||||
signature = ''
|
signature = ''
|
||||||
Albert J. Copeland
|
Albert J. Copeland
|
||||||
|
|
Loading…
Reference in a new issue