From fb6d6a600ff2891e8e43315e88949dc86f348b51 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 25 Apr 2026 08:22:33 -0500 Subject: [PATCH] hotspot test --- modules/features/hotspot.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/features/hotspot.nix b/modules/features/hotspot.nix index ec32b38..0f3c7b8 100644 --- a/modules/features/hotspot.nix +++ b/modules/features/hotspot.nix @@ -22,6 +22,10 @@ countryCode = "US"; + band = "2g"; + + channel = 7; + wifi4 = { enable = true; };