feat: add APSFreeWiFi profile for public cafe networks
This commit is contained in:
@@ -46,7 +46,7 @@ browser wordpress # Open directly in Firefox
|
||||
## 💾 USB Environment
|
||||
|
||||
Pre-configured with:
|
||||
- **Automatic WiFi connection** to workshop network
|
||||
- **Automatic WiFi connection** to workshop network (CODE_CRISPIES) or public cafe WiFi (APSFreeWiFi)
|
||||
- Docker Swarm + abra installation
|
||||
- SSH client for cloud access
|
||||
- Wildcard DNS resolution (dnsmasq)
|
||||
|
||||
20
common.nix
20
common.nix
@@ -267,6 +267,26 @@ isoConfig
|
||||
method = "auto";
|
||||
};
|
||||
};
|
||||
"APSFreeWiFi" = {
|
||||
connection = {
|
||||
id = "APSFreeWiFi";
|
||||
type = "wifi";
|
||||
autoconnect = true;
|
||||
};
|
||||
wifi = {
|
||||
mode = "infrastructure";
|
||||
ssid = "APSFreeWiFi";
|
||||
};
|
||||
wifi-security = {
|
||||
key-mgmt = "none";
|
||||
};
|
||||
ipv4 = {
|
||||
method = "auto";
|
||||
};
|
||||
ipv6 = {
|
||||
method = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
## Getting Started Commands
|
||||
|
||||
```bash
|
||||
# WiFi connects automatically - no manual setup needed!
|
||||
# WiFi connects automatically to CODE_CRISPIES or APSFreeWiFi - no manual setup needed!
|
||||
# Set up your local environment
|
||||
setup
|
||||
|
||||
@@ -120,7 +120,8 @@ Name: Android, Password: (ask facilitator)
|
||||
→ Note: Terminal no longer auto-starts to prevent boot hangs
|
||||
|
||||
**Can't connect to internet**
|
||||
→ WiFi should connect automatically to "CODE_CRISPIES"
|
||||
→ WiFi should connect automatically to "CODE_CRISPIES" or "APSFreeWiFi"
|
||||
→ If connecting to APSFreeWiFi, complete browser login when prompted
|
||||
→ If not, use mobile hotspot as backup
|
||||
→ Check: nmcli connection show --active
|
||||
|
||||
|
||||
Reference in New Issue
Block a user