deployment: serve warhelp.broenradio.org

This commit is contained in:
Johannes Lötzsch 2022-03-17 12:07:24 +01:00
parent c99020e497
commit 857120f799
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ in
master = true;
file = util.writeZone "search.warhelp.eu" (import (./dns + "/search.warhelp.eu.nix") {inherit dns;});
};
"warhelp.broenradio.org" = { ## till NS-record of "search.warhelp.eu" is set
master = true;
file = util.writeZone "warhelp.broenradio.org" (import (./dns + "/search.warhelp.eu.nix") {inherit dns;});
};
};
};
networking.firewall.allowedTCPPorts = [ 53 ];