Add more DNS paths

This commit is contained in:
Greg Hellings
2022-08-02 16:02:56 -05:00
parent 622645a57a
commit 5f01e0f24d
+3 -2
View File
@@ -4,12 +4,13 @@ let
extraHosts = builtins.concatStringsSep "\n" [ extraHosts = builtins.concatStringsSep "\n" [
"10.42.0.1 switch" "10.42.0.1 switch"
"10.42.1.1 router" "10.42.1.1 router"
"10.42.1.2 dns dns.thehellings.lan smart smart.thehellings.lan" "10.42.1.2 2maccabees 2maccabees.thehellings.lan dns dns.thehellings.lan smart smart.thehellings.lan"
"100.99.244.92 dns.me.ts" "100.99.244.92 dns.me.ts 2maccabees.me.ts smart.me.ts"
"10.42.1.3 printer" "10.42.1.3 printer"
"10.42.1.4 chronicles nas" "10.42.1.4 chronicles nas"
"100.119.228.115 nas.me.ts" "100.119.228.115 nas.me.ts"
"10.42.1.12 tv" "10.42.1.12 tv"
"100.90.74.19 jude.me.ts"
]; ];
extraConfig = builtins.concatStringsSep "\n" [ extraConfig = builtins.concatStringsSep "\n" [