From cae7760aad0981ea533d555d99792fcb9b2db12d Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 25 Apr 2026 08:37:27 -0500 Subject: [PATCH] hotspot test --- modules/features/hotspot.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/features/hotspot.nix b/modules/features/hotspot.nix index 0de171c..3a8dae0 100644 --- a/modules/features/hotspot.nix +++ b/modules/features/hotspot.nix @@ -3,11 +3,14 @@ flake.nixosModules.hotspot = { config, lib, ... }: { networking.firewall.interfaces."wlo1" = { - ipv4.addresses = [{ address = "192.168.121.1"; prefixLength = 32; }]; allowedUDPPorts = [ 53 67 68 ]; allowedTCPPorts = [ 53 67 68 ]; }; + networking.interfaces."wlo1" = { + ipv4.addresses = [{ address = "192.168.121.1"; prefixLength = 32; }]; + }; + services.dnsmasq = { enable = true; settings = {