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