fix: update interface name after replace montherboard (#257)

This commit is contained in:
Ryan Yin
2026-04-27 00:47:07 +08:00
committed by GitHub
parent 3a6a75c703
commit 4098b0282e
+1 -1
View File
@@ -38,7 +38,7 @@ rec {
# ============================================ # ============================================
ai = { ai = {
# Desktop PC # Desktop PC
iface = "enp5s0"; iface = "enp130s0";
ipv4 = "192.168.5.100"; ipv4 = "192.168.5.100";
ipv6 = "fe80::10"; # Link-local Address ipv6 = "fe80::10"; # Link-local Address
}; };