From fdb71b0cc4af773351fc3c1074773adc09b22471 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 25 Apr 2026 08:48:10 -0500 Subject: [PATCH] hotspot test --- modules/features/hotspot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features/hotspot.nix b/modules/features/hotspot.nix index 3a8dae0..c386a12 100644 --- a/modules/features/hotspot.nix +++ b/modules/features/hotspot.nix @@ -8,7 +8,7 @@ }; networking.interfaces."wlo1" = { - ipv4.addresses = [{ address = "192.168.121.1"; prefixLength = 32; }]; + ipv4.addresses = [{ address = "192.168.121.1"; prefixLength = 24; }]; }; services.dnsmasq = {