This commit is contained in:
mjallen18
2026-03-30 14:57:09 -05:00
parent 2f8f5092c4
commit a673f379c7
2 changed files with 4 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ in
type = mkOpt types.str "wifi" "type of the network.(wifi/ethernet)";
interface =
mkOpt types.str "wlan0"
mkOpt types.str ""
"Interface for this profile (defaults to global ipv4.interface).";
autoconnect = mkBoolOpt true "autoconnect to this connection";