about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-02-19 12:32:39 +0000
committerdevhell <devhell@mailfresser.de>2021-02-22 18:33:47 +0000
commitdf6644142c4bc44b60ccecf886b6276ae30fe722 (patch)
tree0ab86d9ce11f709e70503d368cc80bbd91f45d0b /machines/devhell
parent6276b8ee83aa5401d2770cd22d7f0889331fbcbe (diff)
machines/herja: Add Ethernet dongle interface
The T14s is an awesome machine, but unfortunately it needs an Ethernet
dongle.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/herja.nix1
1 files changed, 1 insertions, 0 deletions
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;
     };