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";