From 99a81c4837415f28d0265a167983b0bd7f86cb39 Mon Sep 17 00:00:00 2001 From: stitchy Date: Fri, 2 Feb 2024 05:19:06 +0000 Subject: [PATCH] wow I'm a dumbass --- 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 bbe982e..778c1b7 100644 --- a/hosts/gemini/default.nix +++ b/hosts/gemini/default.nix @@ -38,7 +38,7 @@ peers = [{ publicKey = "atXy3zi3FLoxP8hgzJIIeLGks4Te9HrKkQGoaobholM="; - presharedKey = "/etc/nixos/hosts/gemini/wg.psk"; + presharedKeyFile = "/etc/nixos/hosts/gemini/wg.psk"; allowedIPs = [ "10.100.0.0/24" ]; endpoint = "moms.wireguard.stitchy.moe:47111"; persistentKeepalive = 25;