From 01a8d0a46c6ea9687398bbdd76674c4fac05dd19 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 4 Aug 2017 11:52:11 +0200 Subject: [PATCH] Set correct pubkey for desktop --- systems/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/desktop.nix b/systems/desktop.nix index f437624..6c33b13 100644 --- a/systems/desktop.nix +++ b/systems/desktop.nix @@ -144,7 +144,7 @@ in { privateKey = "yAnz5TF+lXXJte14tji3zlMNq+hd2rYUIgJBgB3fBmk="; peers = [ { allowedIPs = [ "192.168.20.1/32" ]; - publicKey = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg="; + publicKey = "2LAxq8w89vdCqa+Jdtk4xsaJ0OcbU/jv71mzm/K0pXE="; endpoint = "demo.wireguard.io:12913"; } ]; };