tailscale: add magic dns

This commit is contained in:
Christoph Hollizeck 2025-11-29 17:07:13 +01:00
parent 7e4437bd8d
commit 9d292a7ff2
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -69,6 +69,11 @@ in
useRoutingFeatures = "client"; useRoutingFeatures = "client";
}; };
services.resolved = {
enable = true;
domains = [ "~." ];
};
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
3000 3000
80 80