From ab8386440735c85120a009203b72a9ff2b43aebd Mon Sep 17 00:00:00 2001 From: Aspen Smith Date: Wed, 28 Jun 2023 09:42:57 -0400 Subject: chore(grfn/home): Update email address and realName for name change Change-Id: I93030146fac9e8463b80f19ee175e96ca9fca75f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8866 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/system/home/modules/email.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/grfn') diff --git a/users/grfn/system/home/modules/email.nix b/users/grfn/system/home/modules/email.nix index 55dd70529b9b..b452324078eb 100644 --- a/users/grfn/system/home/modules/email.nix +++ b/users/grfn/system/home/modules/email.nix @@ -21,7 +21,7 @@ let }; work = { - address = "griffin@readyset.io"; + address = "aspen@readyset.io"; passEntry = "readyset/msmtp"; }; @@ -69,7 +69,7 @@ in accounts.email.maildirBasePath = "mail"; accounts.email.accounts = mapAttrs (_: params@{ passEntry, ... }: { - realName = "Griffin Smith"; + realName = "Aspen Smith"; passwordCommand = "pass ${passEntry}"; flavor = "gmail.com"; -- cgit 1.4.1