From 4177b63c4feda1d79c8f07722c92c3a12e57c223 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Tue, 17 Jan 2023 23:02:12 +0000 Subject: [PATCH] doc: a little bit of documentation --- applications/dns.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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;