DispVM Sysnet Problem (4.1)

I have a dispvm as sysnet & co (minimal f34 with dependencies given in the qubes-docs). In the template of the vm i added in /etc/NetworkManager/system-connections/ my network configs like Wifi, and LAN ( i do mac & hostname randomization). For example wifi:
legit_wifi.nmconnection

[connection]
id=legit_wifi
uuid=66759437-a6e4-5c5c-a0ce-ba10cf6fb44c
type=wifi
interface-name=wls7f0
permissions=user:user:;
timestamp=1639083065

[wifi]
cloned-mac-address=11:22:33:44:55:66
mac-address-blacklist=
mode=infrastructure
seen-bssids=11:22:33:11:22:33;
ssid=legit_wifi

[wifi-security]
key-mgmt=wpa-psk
psk=somepasswd

[ipv4]
dns-search=
method=auto

[ipv6]
addr-gen-mode=stable-privacy
dns-search=
method=disabled

[proxy]

(I have changed the mac & co- im not doing random. in my own net)

But sys-net dgaf about my configs, and ignoring it. It works after a restart of sys-net, but not after a reboot of dom0.
The same configs are also in /rw/config/NM-system-connections/ (Added from the dispVMTemplate).

What i have missed?