From bc26a5e5d1cc06c42125741b1b433a5e193ff913 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sat, 14 Jan 2023 14:57:09 +0200 Subject: add tailscale ips to /etc/hosts --- profiles/network.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'profiles') diff --git a/profiles/network.nix b/profiles/network.nix index ad1dc5c..0ba325b 100644 --- a/profiles/network.nix +++ b/profiles/network.nix @@ -14,6 +14,12 @@ useDHCP = false; nameservers = ["127.0.0.1" "::1"]; networkmanager.dns = "none"; + extraHosts = + '' + 100.99.246.128 pc + 100.105.242.70 phone + 100.109.155.123 vm + ''; }; services.dnscrypt-proxy2 = { -- cgit 1.4.1