Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/config/network/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Network

Check failure on line 1 in src/config/network/index.md

View workflow job for this annotation

GitHub Actions / Check formatting

Formatting Lint

File has improper formatting

Network configuration in Void Linux can be done in several ways. The default
installation comes with the [dhcpcd(8)](https://man.voidlinux.org/dhcpcd.8)
Expand Down Expand Up @@ -54,6 +54,8 @@
# ln -s /etc/sv/dhcpcd-enp3s0 /var/service/
```

**Note**: Simply copying the dhcpcd-eth0 service for another interface may not work as expected. If supervise or related symlink files exist in the copied directory, they must be removed—these files can cause conflicts due to shared runtime resources.

For more information on configuring `dhcpcd`, refer to
[dhcpcd.conf(5)](https://man.voidlinux.org/dhcpcd.conf.5)

Expand Down
Loading