chore: update akhaten vpn ip

This commit is contained in:
Luj 2024-08-02 16:17:11 +02:00
parent a08b18733f
commit cf760e442d

View file

@ -64,7 +64,7 @@ let
hm_version = inputs.home-manager-unstable; hm_version = inputs.home-manager-unstable;
ipv4 = { ipv4 = {
public = "163.172.91.82"; public = "163.172.91.82";
vpn = "100.100.45.32"; vpn = "100.100.45.33";
}; };
}; };