From 1f368a10753cb4a1e357766033b84f4ccc2c9779 Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 24 Apr 2026 22:39:11 -0500 Subject: [PATCH] hotspot test --- modules/features/hotspot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/features/hotspot.nix b/modules/features/hotspot.nix index 4f83a9b..4910d83 100644 --- a/modules/features/hotspot.nix +++ b/modules/features/hotspot.nix @@ -7,6 +7,8 @@ allowedTCPPorts = [ 53 67 68 ]; }; + networking.networkmanager.dns = lib.mkForce "dnsmasq"; + services.dnsmasq.enable = true; /*sops.secrets."hotspotPass".sopsFile = ./secrets.yaml;