diff options
author | Ben Sima <ben@bsima.me> | 2021-10-17 11:52:47 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:38 -0500 |
commit | f432b7057738cb5123c8e1b506a2a1199e71ee72 (patch) | |
tree | f9a1f2eda099530934ea1f56d58ea08ba25e304b /Biz/Cloud/Mail.nix | |
parent | 8e1340bda701171e3557840332c4f3c30e1afc28 (diff) |
Update cloud services
Rebuilt email server, started wireguard setup.
Diffstat (limited to 'Biz/Cloud/Mail.nix')
-rw-r--r-- | Biz/Cloud/Mail.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Biz/Cloud/Mail.nix b/Biz/Cloud/Mail.nix index e3ddc06..ecb64ff 100644 --- a/Biz/Cloud/Mail.nix +++ b/Biz/Cloud/Mail.nix @@ -20,7 +20,7 @@ loginAccounts = { "ben@simatime.com" = { - hashedPassword = "$6$Xr180W0PqprtaFB0$9S/Ug1Yz11CaWO7UdVJxQLZWfRUE3/rarB0driXkXALugEeQDLIjG2STGQBLU23//JtK3Mz8Kwsvg1/Zo0vD2/"; + hashedPasswordFile = "/home/ben/hashed-mail-password"; aliases = [ # my default email "ben@bsima.me" @@ -31,6 +31,11 @@ catchAll = [ "simatime.com" "bsima.me" ]; quota = "10G"; }; + "dev@simatime.com" = { + hashedPasswordFile = "/home/ben/hashed-mail-password"; + aliases = [ "dev@bsima.me" ]; + quota = "10G"; + }; "nick@simatime.com" = { hashedPassword = "$6$31P/Mg8k8Pezy1e$Fn1tDyssf.1EgxmLYFsQpSq6RP4wbEvP/UlBlXQhyKA9FnmFtJteXsbJM1naa8Kyylo8vZM9zmeoSthHS1slA1"; aliases = [ |