Fix hosts
This commit is contained in:
parent
b416d555d2
commit
7c18d72d9d
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue