hello @mpous, thanks for your answer, here is the output of the route command:
root@localhost:~# ip route
10.114.101.0/24 dev balena0 scope link src 10.114.101.1
10.114.102.0/24 dev resin-dns scope link src 10.114.102.1
10.114.104.0/25 dev supervisor0 scope link src 10.114.104.1
192.168.1.0/24 dev eth0 scope link src 192.168.1.111 metric 2000
Setting never-default=true would instruct NM not to set a default route, which is evident in its absence from ip route output. Is there a particular reason you are setting this configuration variable?