aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/wg_peers.nix39
1 files changed, 39 insertions, 0 deletions
diff --git a/hosts/wg_peers.nix b/hosts/wg_peers.nix
new file mode 100644
index 0000000..36fb465
--- /dev/null
+++ b/hosts/wg_peers.nix
@@ -0,0 +1,39 @@
+{
+ "ganymede" = {
+ hub = {
+ domain = "williamsfam.us.com";
+ port = 51823;
+
+ ip_addr = "100.100.0.2";
+ key = "";
+ };
+ };
+
+ "mercury" = {
+ spoke = {
+ ip_addr = "100.100.0.5";
+ key = "";
+ };
+ };
+
+ "jupiter" = {
+ spoke = {
+ ip_addr = "100.100.0.10";
+ key = "";
+ };
+ };
+
+ "terra" = {
+ spoke = {
+ ip_addr = "100.100.0.24";
+ key = "";
+ };
+ };
+
+ "uranus" = {
+ spoke = {
+ ip_addr = "100.100.0.45";
+ key = "";
+ };
+ };
+}