From ad5ba0eb46ed4030c2388a411811dadb4883af36 Mon Sep 17 00:00:00 2001 From: Till Date: Wed, 14 Jan 2026 15:20:59 +0100 Subject: [PATCH] rename account --- home/mail/default.nix | 6 +++--- system/web-server/mail/postfix.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home/mail/default.nix b/home/mail/default.nix index b5c50d3..3ce7cc3 100644 --- a/home/mail/default.nix +++ b/home/mail/default.nix @@ -86,13 +86,13 @@ }; t9e = { - address = "till@t9e.me"; + address = "till.straube@t9e.me"; realName = "Till Straube"; imap.host = "arielle.ktiu.net"; smtp.host = "arielle.ktiu.net"; smtp.tls.useStartTls = true; notmuch.enable = true; - userName = "till@t9e.me"; + userName = "till.straube@t9e.me"; signature.text = '' Till Straube (he/him) ''; @@ -123,7 +123,7 @@ enable = true; extraConfig.from = "*@t9e.me"; }; - passwordCommand = "secret-tool lookup server arielle.ktiu.net account till@t9e.me"; + passwordCommand = "secret-tool lookup server arielle.ktiu.net account till.straube@t9e.me"; }; ktiu = { diff --git a/system/web-server/mail/postfix.nix b/system/web-server/mail/postfix.nix index b1c666a..22c813a 100644 --- a/system/web-server/mail/postfix.nix +++ b/system/web-server/mail/postfix.nix @@ -29,8 +29,8 @@ in { domain = config.networking.domain; hostname = config.networking.fqdn; virtual = '' - @ktiu.net till@t9e.me - @t9e.me till@t9e.me + @ktiu.net till.straube@t9e.me + @t9e.me till.straube@t9e.me ''; mapFiles.virtual-mailboxes = pkgs.writeText "postfix-virtual-mailboxes" ''