Add fudo.cloud (and fix fudo.dev)

This commit is contained in:
niten 2024-02-06 11:29:32 -08:00
parent ef8703fa42
commit 3a1ffc2992
3 changed files with 9 additions and 2 deletions

6
domains/fudo.cloud.nix Normal file
View File

@ -0,0 +1,6 @@
{
admin-email = "admin@fudo.cloud";
primary-nameserver = "germany";
primary-mailserver = "germany";
zone = "fudo.cloud";
}

View File

@ -1,6 +1,6 @@
{
admin-email = "admin@fudo.im";
admin-email = "admin@fudo.dev";
primary-nameserver = "germany";
primary-mailserver = "germany";
zone = "fudo.im";
zone = "fudo.dev";
}

1
zones/fudo.cloud.nix Normal file
View File

@ -0,0 +1 @@
{ gssapi-realm = "FUDO.ORG"; }