diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-31 00:22:56 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-31 00:22:56 +0800 |
| commit | 4644a493e2d35924dc47844c23ae748ce01eff48 (patch) | |
| tree | 3785dbff7dc122944e5d75dd5d5bad4afa5fcecf /etc/NetworkManager/system-connections/wired_internet.nmconnection | |
| parent | d9c5ca7380ecc9cc31d6f28407213595a455e661 (diff) | |
nm add two wired ethernet connect configs
Diffstat (limited to 'etc/NetworkManager/system-connections/wired_internet.nmconnection')
| -rw-r--r-- | etc/NetworkManager/system-connections/wired_internet.nmconnection | 16 |
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..45df4dea --- /dev/null +++ b/etc/NetworkManager/system-connections/wired_internet.nmconnection @@ -0,0 +1,16 @@ +[connection] +id=wired_internet +uuid=e50d6197-b7c0-4062-b37a-844ba4fc6b40 +type=ethernet +autoconnect-priority=1 + +[ethernet] + +[ipv4] +method=auto + +[ipv6] +addr-gen-mode=stable-privacy +method=auto + +[proxy] |
