Configure network interfaces by default
All checks were successful
Aimee OS/aimee-os/pipeline/head This commit looks good

For an optimal out-of-the-box experience, we need to automatically
configure any wired network interfaces with DHCP.  `systemd-networkd`
does not do this by default.
This commit is contained in:
2025-08-30 11:20:17 -05:00
parent 821ea84ea7
commit dd6261aa33
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Match]
Type=ether
Name=en* eth*
[Network]
DHCP=true
[DHCPv4]
ClientIdentifier=mac
UseDomain=true