From 5e6c1f12b79f384ae8e5340b9217628e4cbe0f96 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 25 Dec 2021 12:20:42 +0000 Subject: [PATCH] chen: New ethernet adapter --- config/hosts/chen.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hosts/chen.nix b/config/hosts/chen.nix index 5db48fbf..70c15c23 100644 --- a/config/hosts/chen.nix +++ b/config/hosts/chen.nix @@ -67,7 +67,7 @@ with lib; userControlled.enable = false; interfaces = singleton "wlp1s0"; }; - interfaces.enp0s20u2c2.ipv4.addresses = singleton { + interfaces.enp0s20u1.ipv4.addresses = singleton { inherit (config.network.addresses.private.nixos.ipv4) address; prefixLength = 24; }; @@ -89,7 +89,7 @@ with lib; network.firewall = { public = { - interfaces = singleton "enp0s20u2c2"; + interfaces = singleton "enp0s20u1"; }; };