diff --git a/domains/sea.fudo.org.nix b/domains/sea.fudo.org.nix index 46fba94..022db8c 100644 --- a/domains/sea.fudo.org.nix +++ b/domains/sea.fudo.org.nix @@ -11,7 +11,7 @@ zone = "sea.fudo.org"; prometheus-hosts = [ "limina" ]; grafana-hosts = [ "nostromo" ]; - log-aggregator = "limina"; + log-aggregator = "nostromo"; backplane = { dns-service = "nutboy3"; domain = "fudo.link"; diff --git a/zones/informis.land.nix b/zones/informis.land.nix index 9279649..a70d01a 100644 --- a/zones/informis.land.nix +++ b/zones/informis.land.nix @@ -1,9 +1,5 @@ { - mx = [ "smtp.informis.land" ]; - aliases = { - smtp = "procul.informis.land."; - imap = "procul.informis.land."; gemini = "procul.informis.land."; git = "procul.informis.land."; }; @@ -14,20 +10,6 @@ host = "procul.informis.land"; port = 22; }]; - submission = [{ - host = "procul.informis.land"; - port = 587; - }]; - imaps = [{ - host = "procul.informis.land"; - port = 993; - priority = 0; - }]; - pop3s = [{ - host = "procul.informis.land"; - port = 995; - priority = 10; - }]; http = [{ host = "procul.informis.land"; port = 80;