commit 5bdbc271620ce1b83d226ac664d7175de15fe681
parent b994d6cc0d697e7412e8220a73f7874323dbda07
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 4 Oct 2023 15:38:15 +0200
Fix peers
Diffstat:
2 files changed, 2 insertions(+), 50 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -176,24 +176,12 @@
# big one
{
publicKey = "oBqOZGvt83/u8QETTGxRi8wXqXih9IPDl+T5Snqx9yA=";
- # allowedIPs = [
- # "10.100.12.1/24"
- # "10.100.0.2/24"
- # "fe99:13::2/64"
- # "10.100.0.1/24"
- # "fe99:13::1/64"
- # "10.100.0.3/24"
- # "fe99:13::3/64"
- # # ospf
- # "224.0.0.6/32"
- # "224.0.0.5/32"
- # ];
allowedIPs = [
"0.0.0.0/0"
"::/0"
];
persistentKeepalive = 25;
- endpoint = "95.217.202.35:51821";
+ endpoint = "95.217.202.35:51820";
}
];
};
@@ -208,18 +196,6 @@
# worker-2
{
publicKey = "bVSjGeOiIO5XXPVkGLrYD4wTV52BFBOLSuCeSD97MUs=";
- # allowedIPs = [
- # "10.100.12.1/24"
- # "10.100.0.2/24"
- # "fe99:13::2/64"
- # "10.100.0.1/24"
- # "fe99:13::1/64"
- # "10.100.0.3/24"
- # "fe99:13::3/64"
- # # ospf
- # "224.0.0.6/32"
- # "224.0.0.5/32"
- # ];
allowedIPs = [
"0.0.0.0/0"
"::/0"
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -149,24 +149,12 @@
# big one
{
publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE=";
- # allowedIPs = [
- # "10.100.12.1/24"
- # "10.100.0.2/24"
- # "fe99:13::2/64"
- # "10.100.0.1/24"
- # "fe99:13::1/64"
- # "10.100.0.3/24"
- # "fe99:13::3/64"
- # # ospf
- # "224.0.0.6/32"
- # "224.0.0.5/32"
- # ];
allowedIPs = [
"0.0.0.0/0"
"::/0"
];
persistentKeepalive = 25;
- endpoint = "95.217.202.35:51820";
+ endpoint = "95.217.202.35:51821";
}
];
};
@@ -181,18 +169,6 @@
# worker-1
{
publicKey = "gVNmams9FSNMrtZYVKEjr04NyEha8I7nxf6GPmdN0FQ=";
- # allowedIPs = [
- # "10.100.12.1/24"
- # "10.100.0.2/24"
- # "fe99:13::2/64"
- # "10.100.0.1/24"
- # "fe99:13::1/64"
- # "10.100.0.3/24"
- # "fe99:13::3/64"
- # # ospf
- # "224.0.0.6/32"
- # "224.0.0.5/32"
- # ];
allowedIPs = [
"0.0.0.0/0"
"::/0"