From 04ff7a6f050bf1bc04918b7a3bdd823331e51b7e Mon Sep 17 00:00:00 2001 From: damocles Date: Tue, 11 Aug 2026 23:34:28 +0200 Subject: [PATCH] gateway: reword bare tracker tag in dnsmasq.nix comment (tracker-tag lint) --- nix/host-modules/hive-gateway/dnsmasq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/host-modules/hive-gateway/dnsmasq.nix b/nix/host-modules/hive-gateway/dnsmasq.nix index 52eabb4d..42912679 100644 --- a/nix/host-modules/hive-gateway/dnsmasq.nix +++ b/nix/host-modules/hive-gateway/dnsmasq.nix @@ -32,7 +32,7 @@ # must not fall back to the host's /etc/hosts. dnsmasq reads # /etc/hosts by default, and `gateway.localHostsEntry` populates it # with 127.0.0.1 for every hive name (host-side dev convenience, - # see default.nix). Since #3088 moved dnsmasq onto the host, that + # see default.nix). Since moving dnsmasq onto the host, that # file is now the *same* /etc/hosts dnsmasq reads for agent queries # — its entries win over `address=`, so every agent resolves the # hive's own domains back to itself (127.0.0.1 in its own netns)