1
Fork 0

Configure zed

This commit is contained in:
Matei Adriel 2024-02-12 16:47:38 +01:00
commit 43f4b2781d
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions
hosts/nixos/lapetus/services

View file

@ -6,6 +6,7 @@
defaults = {
auth = true;
tls = true;
tls_starttls = false;
host = "smtp.migadu.com";
port = 465;
};