pop-os/cosmic-settings#2003
connection.secondaries is the NetworkManager mechanism for "bring up this VPN automatically when the parent connection activates." nmrs has no read or write support for it.
SavedConnection exposes autoconnect / autoconnect_priority, and SettingsPatch can set them, but secondaries is not included. builders also do not emit it.
users currently work around this with nmcli connection modify "Wired connection 1" connection.secondaries "my-vpn-uuid" — COSMIC cannot offer a VPN autoconnect toggle without this.
pop-os/cosmic-settings#2003
connection.secondariesis the NetworkManager mechanism for "bring up this VPN automatically when the parent connection activates." nmrs has no read or write support for it.SavedConnectionexposesautoconnect/autoconnect_priority, andSettingsPatchcan set them, butsecondariesis not included. builders also do not emit it.users currently work around this with
nmcli connection modify "Wired connection 1" connection.secondaries "my-vpn-uuid"— COSMIC cannot offer a VPN autoconnect toggle without this.