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;