summary refs log tree commit diff
path: root/machines/taureau/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/taureau/default.nix')
-rw-r--r--machines/taureau/default.nix22
1 files changed, 22 insertions, 0 deletions
diff --git a/machines/taureau/default.nix b/machines/taureau/default.nix
index 8c6b092..ae64740 100644
--- a/machines/taureau/default.nix
+++ b/machines/taureau/default.nix
@@ -23,6 +23,28 @@
         "tailnet"
       ];
     };
+
+    wireguard.server = {
+      enable = true;
+      externalInterface = "enp6s16";
+
+      peers = {
+        mel = {
+          key = "vnZoHXapCLLUhZ8A8R5W0iJ8LpWVLve29z41kkoT0BU=";
+          ip = 2;
+        };
+
+        andrei = {
+          key = "qqU4uYImLfUohIwl4KBshPtTINFcs0JVALjbmwpfxRg=";
+          ip = 3;
+        };
+
+        sergo = {
+          key = "qbZGMNIDZFCJC6SHtlyNIlIdGWHELceXClJCcagrj2Y=";
+          ip = 4;
+        };
+      };
+    };
   };
 
   system.stateVersion = "25.05";