From 898f440a692392806966adffe8e4adf48aa0313b Mon Sep 17 00:00:00 2001
From: Michael Thomas <michaelhthomas@outlook.com>
Date: Thu, 6 Jun 2024 20:26:56 +0000
Subject: [PATCH] feat: add neptune as a wireguard client

---
 machines/oracle/configuration.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/machines/oracle/configuration.nix b/machines/oracle/configuration.nix
index 48ebe9f..b5b4188 100644
--- a/machines/oracle/configuration.nix
+++ b/machines/oracle/configuration.nix
@@ -38,6 +38,10 @@
           publicKey = "iKJO9Q8LsdCdApapTX9CJmrtAKn1TYhg4YUiBUBPzmo=";
           allowedIPs = ["10.0.10.2/32"];
         }
+        {
+          publicKey = "IM7i+2BFsa+XyA4V4jd8iM+jpW307rDEkPOGdSddfzI=";
+          allowedIPs = ["10.0.10.3/32"];
+        }
       ];
     };
   };