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;