From 76bac23e231937f2eb5a50bed39327a87966c1c0 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Thu, 23 May 2024 12:06:52 -0400 Subject: [PATCH] Change network config for 3rd interface (probably bmc) --- systems/zeus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/zeus/configuration.nix b/systems/zeus/configuration.nix index ec120fb..2e9738e 100644 --- a/systems/zeus/configuration.nix +++ b/systems/zeus/configuration.nix @@ -36,7 +36,7 @@ }; systemd.network.networks = { "00-bondage" = { - name = "en*"; + name = "eno*"; networkConfig.Bond = "bond0"; }; bond0 = {