diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 25233e0..de98c63 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -59,7 +59,9 @@ in networking.extraHosts = '' 192.168.0.26 elnuhub + 192.168.0.26 elnuhub.local 24.199.72.8 elnudrop + 24.199.72.8 elnudrop.local ${tailscale.hosts} ''; diff --git a/modules/tailscale/default.nix b/modules/tailscale/default.nix index 870cf93..a7ffce8 100644 --- a/modules/tailscale/default.nix +++ b/modules/tailscale/default.nix @@ -3,6 +3,8 @@ rec { elnudrop = "100.64.0.2"; elnuhub = "100.64.0.3"; hosts = '' - elnu ${elnu} + ${elnu} elnu.elnu.com + ${elnudrop} elnudrop.elnu.com + ${elnuhub} elnuhub.elnu.com ''; } \ No newline at end of file