From 0cf517b7bc967527d6e3aca626ff65b695eaaabd Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 12 Oct 2023 18:40:27 +0200 Subject: [PATCH] Still use old work address --- hostconfig/thinkpad-nixos/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 5a7f3b4..8d0dd4f 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -301,7 +301,7 @@ in { accounts.email = { accounts.work = rec { - address = config.workAddr; + address = "quentin.boyer@***REMOVED***"; imap = { host = "localhost"; port = 1143;