mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
fix: Rename network interface config to enp4s0 following hardware change
This commit is contained in:
@@ -38,7 +38,7 @@ rec {
|
|||||||
# ============================================
|
# ============================================
|
||||||
ai = {
|
ai = {
|
||||||
# Desktop PC
|
# Desktop PC
|
||||||
iface = "enp5s0";
|
iface = "enp4s0";
|
||||||
ipv4 = "192.168.5.100";
|
ipv4 = "192.168.5.100";
|
||||||
ipv6 = "fe80::10"; # Link-local Address
|
ipv6 = "fe80::10"; # Link-local Address
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user