summaryrefslogtreecommitdiff
path: root/etc/systemd
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-22 05:39:58 +0000
committerXiao Pan <gky44px1999@gmail.com>2023-12-22 05:39:58 +0000
commit9d811c3d9c1f4e7ad90c9b1e2bc0d85d1c7da225 (patch)
treeee52e4a14a19b15e0eeca11fa6a30d2788b6b482 /etc/systemd
parent5480be3cd5e9fd4c504351ea125f5128799d6c10 (diff)
nginx enable ipv6. Switch from systemd-networkd to networkmanager because somehow I could not ping studio global pubic ipv6 (stateless address auto-configuration? (SLAAC)?), but I can ping link-local address which makes the issue very weird
Diffstat (limited to 'etc/systemd')
-rw-r--r--etc/systemd/network/20-wired.network9
l---------etc/systemd/system/multi-user.target.wants/wg-quick@wg_studio.service1
2 files changed, 0 insertions, 10 deletions
diff --git a/etc/systemd/network/20-wired.network b/etc/systemd/network/20-wired.network
deleted file mode 100644
index 429cab2a..00000000
--- a/etc/systemd/network/20-wired.network
+++ /dev/null
@@ -1,9 +0,0 @@
-# https://wiki.archlinux.org/title/Systemd-networkd#Wired_adapter_using_DHCP
-
-[Match]
-Name=enp2s0
-
-[Network]
-DHCP=yes
-# https://wiki.archlinux.org/title/Systemd-resolved#mDNS
-#MulticastDNS=yes
diff --git a/etc/systemd/system/multi-user.target.wants/wg-quick@wg_studio.service b/etc/systemd/system/multi-user.target.wants/wg-quick@wg_studio.service
deleted file mode 120000
index 0a92cb9a..00000000
--- a/etc/systemd/system/multi-user.target.wants/wg-quick@wg_studio.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/system/wg-quick@.service \ No newline at end of file