inky
Elnu 10 months ago
parent b416d555d2
commit 7c18d72d9d

@ -59,7 +59,9 @@ in
networking.extraHosts = '' networking.extraHosts = ''
192.168.0.26 elnuhub 192.168.0.26 elnuhub
192.168.0.26 elnuhub.local
24.199.72.8 elnudrop 24.199.72.8 elnudrop
24.199.72.8 elnudrop.local
${tailscale.hosts} ${tailscale.hosts}
''; '';

@ -3,6 +3,8 @@ rec {
elnudrop = "100.64.0.2"; elnudrop = "100.64.0.2";
elnuhub = "100.64.0.3"; elnuhub = "100.64.0.3";
hosts = '' hosts = ''
elnu ${elnu} ${elnu} elnu.elnu.com
${elnudrop} elnudrop.elnu.com
${elnuhub} elnuhub.elnu.com
''; '';
} }
Loading…
Cancel
Save