about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-02-23 16:07:49 +0000
committerdevhell <devhell@mailfresser.de>2021-02-23 16:08:40 +0000
commitc57ecc304ea5fc73fbcb3c15d58d1e1ae36c090a (patch)
tree5ad344f97c7ef8a1e0c2a5deefab6d794370ab39 /machines/devhell
parent5442409ee7da1ef44856674dd76467729f6408d6 (diff)
machines/herja: Add "sometimes" different eth
So, turns out that enp6s0f3u1 sometimes also is initialised as
enp6s0f4u1. Why? WHyyyyyyyyy?????
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 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;
     };