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;