From d16f9d2466c01e4d7d6e6d67813a38549ee749c4 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 4 Aug 2017 11:50:48 +0200 Subject: [PATCH] Set up correct pubkey for laptop --- systems/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/laptop.nix b/systems/laptop.nix index f28867e..81f720e 100644 --- a/systems/laptop.nix +++ b/systems/laptop.nix @@ -66,7 +66,7 @@ in { privateKey = (import ../private/credentials.nix).wireguard.privateKey; /*peers = [ { allowedIPs = [ "192.168.20.1/32" ]; - publicKey = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg="; + publicKey = "MoU34/IBbMrcNnNQdVuJCJB7WZul3GTUwhEVJ7paIQI="; endpoint = "demo.wireguard.io:12913"; } ];*/ };