Aim OS functionality to discover/access instance (#126)
* Update NetworkManager.conf * Update system-connection-default
This commit is contained in:
parent
2471383156
commit
0de3d64180
2 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[main]
|
[main]
|
||||||
dns=default
|
dns=systemd-resolved
|
||||||
plugins=keyfile
|
plugins=keyfile
|
||||||
autoconnect-retries-default=0
|
autoconnect-retries-default=0
|
||||||
rc-manager=file
|
rc-manager=file
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
[connection]
|
||||||
|
id=Supervisor default
|
||||||
|
uuid=f62bf7c2-e565-49ff-bbfc-a4cf791e6add
|
||||||
|
type=802-3-ethernet
|
||||||
|
llmnr=2
|
||||||
|
mdns=2
|
||||||
|
|
||||||
[ipv4]
|
[ipv4]
|
||||||
method=auto
|
method=auto
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue