From df6644142c4bc44b60ccecf886b6276ae30fe722 Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 19 Feb 2021 12:32:39 +0000 Subject: machines/herja: Add Ethernet dongle interface The T14s is an awesome machine, but unfortunately it needs an Ethernet dongle. --- 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 ac9acae0..d1612c92 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -68,6 +68,7 @@ wireless.enable = true; useNetworkd = true; interfaces = { + enp6s0f4u1.useDHCP = true; enp2s0f0.useDHCP = true; wlp3s0.useDHCP = true; }; -- cgit 1.4.1