fix: Rename network interface config to enp4s0 following hardware change

This commit is contained in:
Ryan Yin
2026-03-16 14:01:06 +08:00
parent 2a5a196591
commit c4fb878d28

View File

@@ -38,7 +38,7 @@ rec {
# ============================================
ai = {
# Desktop PC
iface = "enp5s0";
iface = "enp4s0";
ipv4 = "192.168.5.100";
ipv6 = "fe80::10"; # Link-local Address
};