From 8ac6dce6f72e7d62b788aa33f7f63a3fef3d3737 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= <motiejus@jakstys.lt>
Date: Thu, 6 Mar 2025 21:27:04 +0000
Subject: [PATCH] fwminex: accept DNS

---
 hosts/fwminex/configuration.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix
index 3192856..f77f50c 100644
--- a/hosts/fwminex/configuration.nix
+++ b/hosts/fwminex/configuration.nix
@@ -544,6 +544,7 @@ in
       tailscale = {
         enable = true;
         verboseLogs = false;
+        acceptDNS = true;
       };
 
       headscale = {