services.create_ap.settings
NixOS option
Configuration for create_ap. See upstream example configuration for supported values.
type: attribute set of (signed integer or boolean or string)Default
{ }Example
declared in: nixos/modules/services/networking/create_ap.nixView source on NixOS/nixpkgs →{
INTERNET_IFACE = "eth0";
PASSPHRASE = "12345678";
SSID = "My Wifi Hotspot";
WIFI_IFACE = "wlan0";
}