diff --git a/home-manager/users/albert/default.nix b/home-manager/users/albert/default.nix index fcbd6865..dfbca67a 100644 --- a/home-manager/users/albert/default.nix +++ b/home-manager/users/albert/default.nix @@ -39,19 +39,19 @@ enable = true; profiles = [ "Default" ]; }; - # neomutt.enable = true; - userName = "albert"; + userName = "albert@sysctl.io"; primary = true; address = "albert@sysctl.io"; - # password - # https://nix-community.github.io/home-manager/options.html#opt-accounts.email.accounts._name_.passwordCommand passwordCommand = "/run/current-system/sw/bin/cat /run/secrets/email_password"; realName = "Albert J. Copeland"; - signature = '' - Albert J. Copeland - albert@sysctl.io - PGP: 48FBC3335A26DED6 - ''; + signature = { + showSignature = "append"; + text = '' + Albert J. Copeland + albert@sysctl.io + PGP: 48FBC3335A26DED6 + ''; + }; gpg = { encryptByDefault = true; key = "48FBC3335A26DED6";