about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2023-06-28T13·42-0400
committerclbot <clbot@tvl.fyi>2023-06-28T13·58+0000
commitab8386440735c85120a009203b72a9ff2b43aebd (patch)
tree8dae3292bb98aa1b532c2543d1bf6222fe6b046f /users/grfn
parentba05559cdd84e742ca1b8f75db8761389f2f1c2c (diff)
chore(grfn/home): Update email address and realName for name change r/6359
Change-Id: I93030146fac9e8463b80f19ee175e96ca9fca75f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8866
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/home/modules/email.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/grfn/system/home/modules/email.nix b/users/grfn/system/home/modules/email.nix
index 55dd70529b..b452324078 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";