From 982eb8623b6be6a9339dbb72c450627cdef1d8b7 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 27 Aug 2025 21:46:17 +0200 Subject: [PATCH] actually fix vpn now --- nixos/hosts/wheatley/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 28a1181..8929122 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -217,7 +217,7 @@ # wg public key for host: A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg= # TODO: generate this dynamically based on other hosts wg0 = { - address = ["10.74.231.122/32" "fc00:bbbb:bbbb:bb01::b:e779/128"]; + address = ["10.70.93.226/32" "fc00:bbbb:bbbb:bb01::7:5de1/128"]; privateKeyFile = lib.mkForce config.sops.secrets."wg-private-key".path; dns = ["100.64.0.7"]; extraOptions = { @@ -240,7 +240,7 @@ peers = [ { - publicKey = "UrQiI9ISdPPzd4ARw1NHOPKKvKvxUhjwRjaI0JpJFgM="; + publicKey = "LOd1SY9YCHGiJUVT+XdYRdORu6ZMw4CqOKQBW2ElLg8="; allowedIPs = ["0.0.0.0/0" "::0/0"]; endpoint = "195.47.194.161:51820"; }