mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-25 19:22:38 +00:00
Do not run on all interfaces systemd-networkd
This commit is contained in:
parent
a60a41f01d
commit
edf37fd38c
@ -1,3 +1,3 @@
|
|||||||
name: "network"
|
name: "network"
|
||||||
category: "systemd-default"
|
category: "systemd-default"
|
||||||
version: "0.11"
|
version: "1.0"
|
@ -0,0 +1,4 @@
|
|||||||
|
[Match]
|
||||||
|
Name=eth*
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
@ -1,4 +1,4 @@
|
|||||||
[Match]
|
[Match]
|
||||||
Name=*
|
Name=en*
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
Loading…
Reference in New Issue
Block a user