blob: 1d94a322f8ec407a5c597e792d7125515b3f8e5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# old studio systemd-networkd config, I switch to networkmanager because somehow I could not ping studio global pubic ipv6
# https://wiki.archlinux.org/title/Systemd-networkd#Wired_adapter_using_DHCP
[Match]
# maybe can use en* instead of enp2s0, see https://wiki.gentoo.org/wiki/Systemd/systemd-networkd
Name=enp2s0
[Network]
DHCP=yes
# https://wiki.archlinux.org/title/Systemd-resolved#mDNS
#MulticastDNS=yes
|