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"]; } ]; };