From f7bad4e4b170654b1c8e977cf24bb5c92ae25e95 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 19 Dec 2023 21:57:22 -0600 Subject: [PATCH] change duck@duckland.org -> don@donharper.org --- server/configuration.nix | 2 +- workstation/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/configuration.nix b/server/configuration.nix index 432c6a0..4b0f9a7 100644 --- a/server/configuration.nix +++ b/server/configuration.nix @@ -135,7 +135,7 @@ default = { auth = true; tls = true; - from = "duck@duckland.org"; + from = "don@donharper.org"; host = "smtp.gmail.com"; user = "duckunix@gmail.com"; passwordeval = "cat /home/don/.smtp_password.txt"; diff --git a/workstation/default.nix b/workstation/default.nix index 5140480..ac51940 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -252,7 +252,7 @@ in auth = true; tls = true; port = 587; - from = "duck@duckland.org"; + from = "don@donharper.org"; host = "smtp.gmail.com"; user = "duckunix@gmail.com"; passwordeval = "cat /home/don/.smtp_password.txt";