Add Nexus domain

This commit is contained in:
2023-03-01 10:13:31 -08:00
parent a9ab640e08
commit 15b5a7b871
11 changed files with 24 additions and 8 deletions
+6 -5
View File
@@ -24,9 +24,10 @@
postgresql-server = "nutboy3";
log-aggregator = "nutboy3";
chat-server = "legatus";
backplane = {
nameserver = "legatus";
dns-service = "nutboy3";
domain = "fudo.link";
};
# backplane = {
# nameserver = "legatus";
# dns-service = "nutboy3";
# domain = "fudo.link";
# };
nexus.domains = [ "fudo.link" ];
}
+1
View File
@@ -21,4 +21,5 @@
dns-service = "nutboy3";
domain = "fudo.link";
};
nexus.domains = [ "fudo.link" ];
}
+1
View File
@@ -22,4 +22,5 @@
dns-service = "nutboy3";
domain = "fudo.link";
};
nexus.domains = [ "fudo.link" ];
}