aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-08-24 12:06:01 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-08-24 12:06:01 +0200
commit4253fd84a53bd91bc8ace0f187dbd443b484ab6f (patch)
treefd2b5d7c150a04ce459ed5763cb27250fc0d8ade
parent9e39677e1d17ef03ea8ccb4feda15e2eb30be55a (diff)
downloadnixcfg-4253fd84a53bd91bc8ace0f187dbd443b484ab6f.tar.gz
nixcfg-4253fd84a53bd91bc8ace0f187dbd443b484ab6f.zip
Wireguard configuration of Orion
-rw-r--r--cluster/prod/cluster.nix25
1 files changed, 25 insertions, 0 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix
index 5446212..b3a9141 100644
--- a/cluster/prod/cluster.nix
+++ b/cluster/prod/cluster.nix
@@ -32,6 +32,31 @@
lan_endpoint = "192.168.1.33:33799";
endpoint = "77.207.15.215:33733";
}
+ {
+ hostname = "dahlia";
+ site_name = "orion";
+ publicKey = "EtRoWBYCdjqgXX0L+uWLg8KxNfIK8k9OTh30tL19bXU=";
+ IP = "10.83.2.1";
+ lan_endpoint = "192.168.1.11:33799";
+ endpoint = "82.66.80.201:33731";
+ }
+ {
+ hostname = "diplotaxis";
+ site_name = "orion";
+ publicKey = "HbLC938mysadMSOxWgq8+qrv+dBKzPP/43OMJp/3phA=";
+ IP = "10.83.2.2";
+ lan_endpoint = "192.168.1.12:33799";
+ endpoint = "82.66.80.201:33732";
+
+ }
+ {
+ hostname = "doradille";
+ site_name = "orion";
+ publicKey = "e1C8jgTj9eD20ywG08G1FQZ+Js3wMK/msDUE1wO3l1Y=";
+ IP = "10.83.2.3";
+ lan_endpoint = "192.168.1.13:33799";
+ endpoint = "82.66.80.201:33733";
+ }
];
# Bootstrap IPs for Consul cluster,