about summary refs log tree commit diff
diff options
context:
space:
mode:
-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";