about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/mail/postfix/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/workstation/mail/postfix/default.nix b/modules/workstation/mail/postfix/default.nix
index 0da8936cf1b3..335f33b3eec6 100644
--- a/modules/workstation/mail/postfix/default.nix
+++ b/modules/workstation/mail/postfix/default.nix
@@ -11,6 +11,9 @@
 
   services.postfix.recipientDelimiter = "+";
   services.postfix.config.home_mailbox = "mail/INBOX/";
+  services.postfix.canonical = ''
+    qyliss hi@alyssa.is
+  '';
   services.postfix.virtual = ''
     hi@alyssa.is qyliss
   '';