diff options
Diffstat (limited to 'etc/systemd/network/20-ethernet.network')
-rw-r--r-- | etc/systemd/network/20-ethernet.network | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/systemd/network/20-ethernet.network b/etc/systemd/network/20-ethernet.network index 0311c124..40c1a574 100644 --- a/etc/systemd/network/20-ethernet.network +++ b/etc/systemd/network/20-ethernet.network @@ -1,10 +1,10 @@ # edited from arch linux iso 20-ethernet.network file [Match] -Name=en* -Name=eth* +Name=ens18 +# altname +#Name=enp0s18 [Network] DHCP=yes # https://wiki.archlinux.org/title/IPv6_tunnel_broker_setup Tunnel=ipv6net - |