mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
feat: move vpn ip from lisa to akhaten
This commit is contained in:
parent
23fc74efa6
commit
74f98b7f03
2 changed files with 57 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
pkgs,
|
||||
inputs,
|
||||
profiles,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -53,7 +54,7 @@
|
|||
wireguardPeerConfig = {
|
||||
PublicKey = "oYsN1Qy+a7dwVOKapN5s5KJOmhSflLHZqh+GLMeNpHw=";
|
||||
AllowedIPs = [ "0.0.0.0/0" ];
|
||||
Endpoint = "[2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb]:51821";
|
||||
Endpoint = "[${lib.snowfield.akhaten.ips.public.ipv6}]:51821";
|
||||
PersistentKeepalive = 25;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue