actually fix vpn now
This commit is contained in:
parent
46a1c12d62
commit
982eb8623b
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@
|
||||||
# wg public key for host: A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg=
|
# wg public key for host: A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg=
|
||||||
# TODO: generate this dynamically based on other hosts
|
# TODO: generate this dynamically based on other hosts
|
||||||
wg0 = {
|
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;
|
privateKeyFile = lib.mkForce config.sops.secrets."wg-private-key".path;
|
||||||
dns = ["100.64.0.7"];
|
dns = ["100.64.0.7"];
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
|
@ -240,7 +240,7 @@
|
||||||
|
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
publicKey = "UrQiI9ISdPPzd4ARw1NHOPKKvKvxUhjwRjaI0JpJFgM=";
|
publicKey = "LOd1SY9YCHGiJUVT+XdYRdORu6ZMw4CqOKQBW2ElLg8=";
|
||||||
allowedIPs = ["0.0.0.0/0" "::0/0"];
|
allowedIPs = ["0.0.0.0/0" "::0/0"];
|
||||||
endpoint = "195.47.194.161:51820";
|
endpoint = "195.47.194.161:51820";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue