about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-02-23 10:06:35 +0000
committerdevhell <devhell@mailfresser.de>2021-02-23 10:07:06 +0000
commit4a100c54ffa0aae2223b8d47909999e79e9db5e7 (patch)
treeb65eb42da1dbec2a5c8a463468e463de0c5a4854 /machines/devhell
parent9794f95abab0215653d2f3fc0bb398123b20aaee (diff)
machines/herja: Fix external eth interface name
Dunno why I thought it was the former.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/herja.nix2
1 files changed, 1 insertions, 1 deletions
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;
     };