This commit is contained in:
mjallen18
2026-03-30 19:16:09 -05:00
parent c97e96f2da
commit 9728f49e42
8 changed files with 208 additions and 124 deletions

View File

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