mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-24 08:38:33 +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"
|
||||
category: "systemd-default"
|
||||
version: "0.11"
|
||||
version: "1.0"
|
@ -0,0 +1,4 @@
|
||||
[Match]
|
||||
Name=eth*
|
||||
[Network]
|
||||
DHCP=yes
|
@ -1,4 +1,4 @@
|
||||
[Match]
|
||||
Name=*
|
||||
Name=en*
|
||||
[Network]
|
||||
DHCP=yes
|
Loading…
Reference in New Issue
Block a user