commit 1b57c8b32a7fcb8f6474f04324e72921daa222e6
parent aca5ea58e84690d22e0ad6f61b13dea62a86294e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 28 Jan 2024 00:58:55 +0100
Debug
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -169,7 +169,7 @@ in {
Name = "floating1";
};
};
- "vlan_dummy" = {
+ "enp7s0" = {
address = [
"10.0.2.1/32"
];
@@ -181,7 +181,7 @@ in {
MACAddress = "86:00:00:4b:a5:12";
};
};
- "20-v6" = {
+ "enp1s0" = {
matchConfig = {
MACAddress = "96:00:02:44:cf:52";
};
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -148,7 +148,7 @@ in {
Name = "gre_worker1";
};
};
- "vlan_dummy" = {
+ "enp7s0" = {
address = [
"10.0.2.2/32"
];
@@ -160,7 +160,7 @@ in {
MACAddress = "86:00:00:5f:5b:d8";
};
};
- "20-v6" = {
+ "enp1s0" = {
address = [
"37.27.5.79/32"
"2a01:4f9:c012:54d3::/64"