From 9d292a7ff25b6ad8678452a7205929cc7bfee369 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sat, 29 Nov 2025 17:07:13 +0100 Subject: [PATCH] tailscale: add magic dns --- modules/hosts/loptland/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hosts/loptland/default.nix b/modules/hosts/loptland/default.nix index a064d80..94d724f 100644 --- a/modules/hosts/loptland/default.nix +++ b/modules/hosts/loptland/default.nix @@ -69,6 +69,11 @@ in useRoutingFeatures = "client"; }; + services.resolved = { + enable = true; + domains = [ "~." ]; + }; + networking.firewall.allowedTCPPorts = [ 3000 80