diff --git a/applications/dns.nix b/applications/dns.nix index c3e0079..9542557 100644 --- a/applications/dns.nix +++ b/applications/dns.nix @@ -43,6 +43,20 @@ in { "193.1.100.131" ]; + /* + put any other zones above skynet and link to their files like so: + + skynet.ie = { + extraConfig = ""; + file = ./dns/skynet; + master = true; + masters = []; + slaves = [ ]; + }; + + Skynet is handled a bit more dynamically since it is the key one we should focus on + */ + skynet.ie = { extraConfig = ""; file = ./dns/skynet;