diff --git a/domains/fudo.org.nix b/domains/fudo.org.nix index 3af8c8c..38f7aa1 100644 --- a/domains/fudo.org.nix +++ b/domains/fudo.org.nix @@ -24,5 +24,6 @@ backplane = { nameserver = "legatus"; dns-service = "nutboy3"; + domain = "fudo.link"; }; } diff --git a/domains/sea.fudo.org.nix b/domains/sea.fudo.org.nix index 6231dcc..e28dda7 100644 --- a/domains/sea.fudo.org.nix +++ b/domains/sea.fudo.org.nix @@ -12,5 +12,8 @@ prometheus-hosts = [ "limina" ]; grafana-hosts = [ "nostromo" ]; log-aggregator = "limina"; - backplane.dns-service = "nutboy3"; + backplane ={ + dns-service = "nutboy3"; + domain = "fudo.link"; + }; }