From 30a16e746e44d4c5e7605043815b9c4ca5c2d549 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 6 Dec 2024 22:10:12 +0100 Subject: [PATCH] used the wrong port this entire time, let's try again! --- nixos/hosts/EDI/configuration.nix | 4 ++-- nixos/hosts/GLaDOS/configuration.nix | 4 ++-- nixos/hosts/shodan/configuration.nix | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index d5717d0..bc8c206 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -59,8 +59,8 @@ peers = [ { publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; - endpoint = "84.87.146.85:5181"; - allowedIPs = ["10.5.5.0/24"]; + endpoint = "84.87.146.85:51821"; + allowedIPs = ["0.0.0.0/0" "::0/0"]; } ]; }; diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 4f95370..72c7437 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -101,8 +101,8 @@ peers = [ { publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; - endpoint = "84.87.146.85:5181"; - allowedIPs = ["10.5.5.0/24"]; + endpoint = "84.87.146.85:51821"; + allowedIPs = ["0.0.0.0/0"]; } ]; }; diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 06cb58d..c922cb5 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -228,8 +228,8 @@ peers = [ { publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; - endpoint = "84.87.146.85:5181"; - allowedIPs = ["10.5.5.0/24"]; + endpoint = "84.87.146.85:51821"; + allowedIPs = ["0.0.0.0/0" "::0/0"]; } ]; };