From daac9c8cf071335c1703760a955435b4d040cd7a Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 8 Jul 2025 11:43:10 +0200 Subject: [PATCH] hurricane: 173 current 2025-07-08 11:43:02 25.05.20250705.29e2900 6.15.4 * Fix chsfg VPN --- hosts/hurricane/vpn.nix | 2 +- hosts/wildfire/vpn.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hurricane/vpn.nix b/hosts/hurricane/vpn.nix index 6b7007b..1f42818 100644 --- a/hosts/hurricane/vpn.nix +++ b/hosts/hurricane/vpn.nix @@ -35,7 +35,7 @@ { publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4="; allowedIPs = ["10.0.0.0/8" "192.168.10.0/24" "2a02:9a0:300:fff0::/64"]; - endpoint = "gw1.net.chsfg.se:51831"; + endpoint = "gw1.net.chsfg.se:51821"; persistentKeepalive = 25; } ]; diff --git a/hosts/wildfire/vpn.nix b/hosts/wildfire/vpn.nix index 5717fba..a659120 100644 --- a/hosts/wildfire/vpn.nix +++ b/hosts/wildfire/vpn.nix @@ -35,7 +35,7 @@ # { # publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4="; # allowedIPs = ["10.0.0.0/8" "192.168.10.0/24" "2a02:9a0:300:fff0::/48"]; - # endpoint = "gw1.net.chsfg.se:51831"; + # endpoint = "gw1.net.chsfg.se:51821"; # persistentKeepalive = 25; # } # ];