commit cc5497d1dc0a4c3f27f4eb2f88f3d40a01677573
parent 1b57c8b32a7fcb8f6474f04324e72921daa222e6
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 28 Jan 2024 01:05:05 +0100
Debug
Diffstat:
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -169,7 +169,7 @@ in {
Name = "floating1";
};
};
- "enp7s0" = {
+ "99-enp7s0" = {
address = [
"10.0.2.1/32"
];
@@ -178,12 +178,13 @@ in {
"gre_nordgedanken"
];
matchConfig = {
- MACAddress = "86:00:00:4b:a5:12";
+ Name = "enp7s0";
};
};
- "enp1s0" = {
+ "99-enp1s0" = {
matchConfig = {
- MACAddress = "96:00:02:44:cf:52";
+ #MACAddress = "96:00:02:44:cf:52";
+ Name = "enp1s0";
};
address = [
"49.13.24.105/32"
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -148,7 +148,7 @@ in {
Name = "gre_worker1";
};
};
- "enp7s0" = {
+ "99-enp7s0" = {
address = [
"10.0.2.2/32"
];
@@ -157,16 +157,17 @@ in {
"gre_worker1"
];
matchConfig = {
- MACAddress = "86:00:00:5f:5b:d8";
+ Name = "enp7s0";
};
};
- "enp1s0" = {
+ "99-enp1s0" = {
address = [
"37.27.5.79/32"
"2a01:4f9:c012:54d3::/64"
];
matchConfig = {
- MACAddress = "96:00:02:97:a7:51";
+ #MACAddress = "96:00:02:97:a7:51";
+ Name = "enp1s0";
};
routes = [
{routeConfig.Gateway = "fe80::1";}