From b9d68f1f5442b9a2f6bd70b70bcbe412a599e023 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 8 Jan 2026 16:26:41 +0100 Subject: [PATCH] forgot setting the first peer, fixed wireguard for real now --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index cce2cc3..45a5b64 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -274,7 +274,7 @@ peers = [ { - publicKey = "/wPQafVa/60OIp8KqhC1xTTG+nQXZF17uo8XfdUnz2E="; + publicKey = "33BoONMGCm2vknq2eq72eozRsHmHQY6ZHEEZ4851TkY="; allowedIPs = ["0.0.0.0/0" "::0/0"]; endpoint = "193.32.249.70:51820"; }