commit aca5ea58e84690d22e0ad6f61b13dea62a86294e parent 90ddfaf5c1820ff409f9fca8e8a17fe19bcc4b1e Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 28 Jan 2024 00:52:36 +0100 Debug Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -178,7 +178,7 @@ in { "gre_nordgedanken" ]; matchConfig = { - Name = "enp7s0"; + MACAddress = "86:00:00:4b:a5:12"; }; }; "20-v6" = { diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -157,7 +157,7 @@ in { "gre_worker1" ]; matchConfig = { - Name = "enp7s0"; + MACAddress = "86:00:00:5f:5b:d8"; }; }; "20-v6" = {