From c57ecc304ea5fc73fbcb3c15d58d1e1ae36c090a Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 23 Feb 2021 16:07:49 +0000 Subject: machines/herja: Add "sometimes" different eth So, turns out that enp6s0f3u1 sometimes also is initialised as enp6s0f4u1. Why? WHyyyyyyyyy????? --- machines/devhell/herja.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/devhell') diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix index 333f11a7..4bc9b5a0 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -69,6 +69,7 @@ useNetworkd = true; interfaces = { enp6s0f3u1.useDHCP = true; + enp6s0f4u1.useDHCP = true; enp2s0f0.useDHCP = true; wlp3s0.useDHCP = true; }; -- cgit 1.4.1