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 = {