From 44474cfff55ac31cba60941771d7004cac37157b Mon Sep 17 00:00:00 2001 From: stitchy Date: Wed, 24 Jan 2024 07:07:00 +0000 Subject: [PATCH] fix endpoint --- hosts/gemini/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gemini/default.nix b/hosts/gemini/default.nix index d668414..c028a2d 100644 --- a/hosts/gemini/default.nix +++ b/hosts/gemini/default.nix @@ -39,7 +39,7 @@ publicKey = "atXy3zi3FLoxP8hgzJIIeLGks4Te9HrKkQGoaobholM="; presharedKey = "Z3pRS99HKCOuQV7az2GqlR3X4XbX3PlfQrC5AoT3XkA="; allowedIPs = [ "10.100.0.0/24" ]; - endpoint = "moms_wg.wg.stitchy.moe:47111"; + endpoint = "https://moms_wg.wg.stitchy.moe:47111"; persistentKeepalive = 25; }]; };