From 68877bd33e1d328efa97a736aabb8c7f772da2e3 Mon Sep 17 00:00:00 2001 From: stitchy Date: Fri, 2 Feb 2024 04:48:00 +0000 Subject: [PATCH] shouldn't a made that psk public xP --- 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 6fdc7cb..bbe982e 100644 --- a/hosts/gemini/default.nix +++ b/hosts/gemini/default.nix @@ -38,7 +38,7 @@ peers = [{ publicKey = "atXy3zi3FLoxP8hgzJIIeLGks4Te9HrKkQGoaobholM="; - presharedKey = "Z3pRS99HKCOuQV7az2GqlR3X4XbX3PlfQrC5AoT3XkA="; + presharedKey = "/etc/nixos/hosts/gemini/wg.psk"; allowedIPs = [ "10.100.0.0/24" ]; endpoint = "moms.wireguard.stitchy.moe:47111"; persistentKeepalive = 25;