diff options
Diffstat (limited to 'etc/systemd/network/21-ethernet.network')
-rw-r--r-- | etc/systemd/network/21-ethernet.network | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/systemd/network/21-ethernet.network b/etc/systemd/network/21-ethernet.network new file mode 100644 index 00000000..cd4ef687 --- /dev/null +++ b/etc/systemd/network/21-ethernet.network @@ -0,0 +1,8 @@ +# edited from arch linux iso 20-ethernet.network file +[Match] +# altname +Name=ens19 +#Name=enp0s19 + +[Network] +DHCP=yes |