From 4a100c54ffa0aae2223b8d47909999e79e9db5e7 Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 23 Feb 2021 10:06:35 +0000 Subject: machines/herja: Fix external eth interface name Dunno why I thought it was the former. --- machines/devhell/herja.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/devhell') diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix index d1612c92..333f11a7 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -68,7 +68,7 @@ wireless.enable = true; useNetworkd = true; interfaces = { - enp6s0f4u1.useDHCP = true; + enp6s0f3u1.useDHCP = true; enp2s0f0.useDHCP = true; wlp3s0.useDHCP = true; }; -- cgit 1.4.1