diff --git a/pkg/config/v2.go b/pkg/config/v2.go index a34d1d0c..a0517772 100644 --- a/pkg/config/v2.go +++ b/pkg/config/v2.go @@ -44,7 +44,8 @@ type Wired struct { } type Wireless struct { - Profiles []WirelessProfile `yaml:"profiles"` + WiFiSyncEnabled bool `yaml:"wifiSyncEnabled"` + Profiles []WirelessProfile `yaml:"profiles"` } type WirelessProfile struct {