From e34f93df012737fce0605d8d4994e71fae42b5a3 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 4 Dec 2024 19:32:51 +0000 Subject: [PATCH] fix: give proxmox servers an IP so they can access teh dns server --- config/dns.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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";