summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-31 01:19:04 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-31 01:19:04 +0800
commit140cf25b97c9fdae7cc30128010c2388b0469782 (patch)
treeef048f86177446cc309f13e8bdcc55c0682cae5f
parentc5466c3a6ccb7da094b15eda5a44733815b98e49 (diff)
add ethernet nm config, not tested
-rw-r--r--etc/NetworkManager/system-connections/wired_internet.nmconnection16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/NetworkManager/system-connections/wired_internet.nmconnection b/etc/NetworkManager/system-connections/wired_internet.nmconnection
new file mode 100644
index 00000000..cc16b1b1
--- /dev/null
+++ b/etc/NetworkManager/system-connections/wired_internet.nmconnection
@@ -0,0 +1,16 @@
+[connection]
+id=wired_internet
+uuid=14f15798-8e3a-4d32-a189-1bd5a55bb926
+type=ethernet
+autoconnect-priority=1
+
+[ethernet]
+
+[ipv4]
+method=auto
+
+[ipv6]
+addr-gen-mode=stable-privacy
+method=auto
+
+[proxy]