diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-20 13:57:57 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-20 13:57:57 +0300 |
commit | 8520e18ad256ae8e7a7ee1716fddc566b39a1a6b (patch) | |
tree | 9720d86f85b3f422c892b093540ed8f840e75757 /modules/common/profiles | |
parent | 2023-03-20 (diff) |
2023-03-20
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/headful.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix index f2f2487..fe9c794 100644 --- a/modules/common/profiles/headful.nix +++ b/modules/common/profiles/headful.nix @@ -89,7 +89,7 @@ in { }; smtp = { host = "shire.net"; - port = 587; + port = 465; tls.enable = true; }; userName = "azahi@shire.net"; |