From 1de6283a3cb70d507fbd92ed6d4e42a0d8763bfb Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 9 May 2024 23:45:42 +0300 Subject: [PATCH] Add tailscale note --- modules/tailscale.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/tailscale.nix b/modules/tailscale.nix index 6b6001d..2326fed 100644 --- a/modules/tailscale.nix +++ b/modules/tailscale.nix @@ -4,6 +4,8 @@ let # Shorter is better for networking interfaces IMO. interface = "ts0"; in systemConfiguration { + # This doesn't work with dig but works with curl, Firefox + # and all other tools. Skill issue. services.resolved.domains = [ "warthog-major.ts.net" ]; services.tailscale = enabled {