From 15ef3e86bd42429d7faa2fcaca76f7dfd532e4c4 Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 24 Apr 2026 22:44:21 -0500 Subject: [PATCH] hotspot test --- modules/features/hotspot.nix | 2 -- modules/hosts/laptop/configuration.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/features/hotspot.nix b/modules/features/hotspot.nix index 4910d83..4f83a9b 100644 --- a/modules/features/hotspot.nix +++ b/modules/features/hotspot.nix @@ -7,8 +7,6 @@ allowedTCPPorts = [ 53 67 68 ]; }; - networking.networkmanager.dns = lib.mkForce "dnsmasq"; - services.dnsmasq.enable = true; /*sops.secrets."hotspotPass".sopsFile = ./secrets.yaml; diff --git a/modules/hosts/laptop/configuration.nix b/modules/hosts/laptop/configuration.nix index b1912ac..ca5da86 100644 --- a/modules/hosts/laptop/configuration.nix +++ b/modules/hosts/laptop/configuration.nix @@ -83,7 +83,7 @@ ]; networkmanager = { enable = true; - dns = "none"; + #dns = "none"; }; useDHCP = false; dhcpcd.enable = false;