diff --git a/config/dns.nix b/config/dns.nix index 592ed3a..8383746 100644 --- a/config/dns.nix +++ b/config/dns.nix @@ -12,6 +12,19 @@ config = { skynet.records = [ + # Proxmox hosts + { + record = "jarvis"; + r_type = "A"; + value = "193.1.99.73"; + server = true; + } + { + record = "ultron"; + r_type = "A"; + value = "193.1.99.84"; + server = true; + } # wifi in server room { record = "ash";