commit 838583d08f2fccc88f310bbeb7d5509a282391b2
parent 8d48d34fb4a44c089655daf1e57376886a6ec8d8
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 4 Oct 2023 12:38:26 +0200
Try to fix peers
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -175,6 +175,7 @@
# big one
{
publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE=";
+ allowedIPs = [ ];
# allowedIPs = [
# "10.100.12.1/24"
# "10.100.0.2/24"
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -148,6 +148,7 @@
# big one
{
publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE=";
+ allowedIPs = [ ];
# allowedIPs = [
# "10.100.12.1/24"
# "10.100.0.2/24"