From 9c00e1ff2497a94b39a9d918066f1db957a6dc6c Mon Sep 17 00:00:00 2001 From: nostoromo root Date: Thu, 22 Apr 2021 17:50:17 -0700 Subject: [PATCH] Fix nostromo --- config/hardware/nostromo.nix | 2 +- config/networks/sea.fudo.org.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hardware/nostromo.nix b/config/hardware/nostromo.nix index eb0ece4..c5e4691 100644 --- a/config/hardware/nostromo.nix +++ b/config/hardware/nostromo.nix @@ -43,7 +43,7 @@ networking = { macvlans = { intif0 = { - interface = "eno1"; + interface = "eno2"; mode = "bridge"; }; }; diff --git a/config/networks/sea.fudo.org.nix b/config/networks/sea.fudo.org.nix index 94032da..0260943 100644 --- a/config/networks/sea.fudo.org.nix +++ b/config/networks/sea.fudo.org.nix @@ -76,7 +76,7 @@ in { }; nostromo = { ipv4-address = "10.0.0.10"; - mac-address = "46:54:76:06:f1:10"; + mac-address = "02:14:25:55:ee:5a"; }; lambda = { ipv4-address = "10.0.0.11";