about summary refs log tree commit diff
path: root/modules/workstation/mail/postfix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/mail/postfix/default.nix')
-rw-r--r--modules/workstation/mail/postfix/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/workstation/mail/postfix/default.nix b/modules/workstation/mail/postfix/default.nix
index 6741abb96cdf..0da8936cf1b3 100644
--- a/modules/workstation/mail/postfix/default.nix
+++ b/modules/workstation/mail/postfix/default.nix
@@ -9,6 +9,12 @@
   services.postfix.relayHost = "smtp.fastmail.com";
   services.postfix.relayPort = 465;
 
+  services.postfix.recipientDelimiter = "+";
+  services.postfix.config.home_mailbox = "mail/INBOX/";
+  services.postfix.virtual = ''
+    hi@alyssa.is qyliss
+  '';
+
   # NixOS links /var/lib/postfix/conf to /etc/postfix, but
   # postfix.service deletes /var/lib/postfix in an ExecStartPre, so we
   # can't keep files there without adding them to the store.