mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
fix connection section (#15645)
This commit is contained in:
parent
dac6e21aa6
commit
b65871fa5f
@ -26,7 +26,7 @@ physical interfaces.
|
|||||||
|
|
||||||
```txt
|
```txt
|
||||||
[main]
|
[main]
|
||||||
dns=systemd-resolved
|
dns=default
|
||||||
plugins=keyfile
|
plugins=keyfile
|
||||||
autoconnect-retries-default=0
|
autoconnect-retries-default=0
|
||||||
rc-manager=file
|
rc-manager=file
|
||||||
@ -41,8 +41,9 @@ backend=journal
|
|||||||
`/etc/NetworkManager/system-connections/default`:
|
`/etc/NetworkManager/system-connections/default`:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
|
[connection]
|
||||||
id=Supervisor default
|
id=Supervisor default
|
||||||
uuid=f62bf7c2-e565-49ff-bbfc-a4cf791e6add
|
uuid=b653440a-544a-4e4f-aef5-6c443171c4f8
|
||||||
type=802-3-ethernet
|
type=802-3-ethernet
|
||||||
llmnr=2
|
llmnr=2
|
||||||
mdns=2
|
mdns=2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user