From b86a9496a30a13976f1838e3f053fdff1c3ff070 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 6 Dec 2024 20:15:20 +0100 Subject: [PATCH] set the allowed IPs to the subnet for the vpn --- nixos/hosts/EDI/configuration.nix | 2 +- nixos/hosts/GLaDOS/configuration.nix | 2 +- nixos/hosts/shodan/configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 1ef187f..d5717d0 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -60,7 +60,7 @@ { publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; endpoint = "84.87.146.85:5181"; - allowedIPs = ["10.47.47.0/24"]; + allowedIPs = ["10.5.5.0/24"]; } ]; }; diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 3187bb8..4f95370 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -102,7 +102,7 @@ { publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; endpoint = "84.87.146.85:5181"; - allowedIPs = ["10.47.47.0/24"]; + allowedIPs = ["10.5.5.0/24"]; } ]; }; diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 3ab20cb..06cb58d 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -229,7 +229,7 @@ { publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; endpoint = "84.87.146.85:5181"; - allowedIPs = ["10.47.47.0/24"]; + allowedIPs = ["10.5.5.0/24"]; } ]; };