From 5f01e0f24d1bbf7f85d5e70600257d85bcc5c465 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 2 Aug 2022 16:02:56 -0500 Subject: [PATCH] Add more DNS paths --- hosts/2maccabees/dnsmasq.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/2maccabees/dnsmasq.nix b/hosts/2maccabees/dnsmasq.nix index 4c84e8b..edf845b 100644 --- a/hosts/2maccabees/dnsmasq.nix +++ b/hosts/2maccabees/dnsmasq.nix @@ -4,12 +4,13 @@ let extraHosts = builtins.concatStringsSep "\n" [ "10.42.0.1 switch" "10.42.1.1 router" - "10.42.1.2 dns dns.thehellings.lan smart smart.thehellings.lan" - "100.99.244.92 dns.me.ts" + "10.42.1.2 2maccabees 2maccabees.thehellings.lan dns dns.thehellings.lan smart smart.thehellings.lan" + "100.99.244.92 dns.me.ts 2maccabees.me.ts smart.me.ts" "10.42.1.3 printer" "10.42.1.4 chronicles nas" "100.119.228.115 nas.me.ts" "10.42.1.12 tv" + "100.90.74.19 jude.me.ts" ]; extraConfig = builtins.concatStringsSep "\n" [