summary refs log tree commit diff
path: root/machines/taupe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/taupe/default.nix')
-rw-r--r--machines/taupe/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/machines/taupe/default.nix b/machines/taupe/default.nix
index 643c939..ef3fc6a 100644
--- a/machines/taupe/default.nix
+++ b/machines/taupe/default.nix
@@ -26,6 +26,23 @@
     wireguard.server = {
       enable = true;
       externalInterface = "enp1s0";
+
+      peers = {
+        mel = {
+          key = "vnZoHXapCLLUhZ8A8R5W0iJ8LpWVLve29z41kkoT0BU=";
+          ip = 2;
+        };
+
+        andrei = {
+          key = "qqU4uYImLfUohIwl4KBshPtTINFcs0JVALjbmwpfxRg=";
+          ip = 3;
+        };
+
+        sergo = {
+          key = "qbZGMNIDZFCJC6SHtlyNIlIdGWHELceXClJCcagrj2Y=";
+          ip = 4;
+        };
+      };
     };
   };