From e5e91363f2e78ce03db740ea80d01c832bc51b7b Mon Sep 17 00:00:00 2001
From: Julien Malka <julien@malka.sh>
Date: Fri, 15 Apr 2022 20:05:41 +0200
Subject: [PATCH] Reconnected to VPN

---
 machines/newton/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machines/newton/default.nix b/machines/newton/default.nix
index 6766f65..d14abbe 100644
--- a/machines/newton/default.nix
+++ b/machines/newton/default.nix
@@ -48,7 +48,7 @@ in
       peers = [
         {
           allowedIPs = [ "10.100.0.0/24" ];
-          publicKey = "hz+h9Oque5h+Y/WzOUnai3e9UfIfDsvtqmQH0xycIzs=";
+          publicKey = "oYsN1Qy+a7dwVOKapN5s5KJOmhSflLHZqh+GLMeNpHw=";
           endpoint = "212.129.40.11:51820";
           persistentKeepalive = 25;
         }