diff --git a/hosts/zackbiene/hostapd.nix b/hosts/zackbiene/hostapd.nix index 1965894..ea6fc6c 100644 --- a/hosts/zackbiene/hostapd.nix +++ b/hosts/zackbiene/hostapd.nix @@ -27,17 +27,17 @@ saeAddToMacAllow = true; enableRecommendedPairwiseCiphers = true; }; - extraConfig = '' - bssid=00:c0:ca:b1:4f:9e - ''; - }; - networks.testtest = { - ssid = "Open"; - authentication.mode = "none"; extraConfig = '' bssid=00:c0:ca:b1:4f:9f ''; }; + #networks.wlan1-2 = { + # inherit (nodeSecrets.hostapd) ssid; + # authentication.mode = "none"; + # extraConfig = '' + # bssid=02:c0:ca:b1:4f:9f + # ''; + #}; }; }; } diff --git a/hosts/zackbiene/secrets/wifi-clients.age b/hosts/zackbiene/secrets/wifi-clients.age index 0c63208..4e80b3c 100644 Binary files a/hosts/zackbiene/secrets/wifi-clients.age and b/hosts/zackbiene/secrets/wifi-clients.age differ