From a513690004a27b4330d810def3b37772e5e6e8b2 Mon Sep 17 00:00:00 2001 From: KokaKiwi Date: Wed, 15 May 2024 11:50:49 +0200 Subject: cluster(prod): Add dathomir site and onion node --- cluster/prod/cluster.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cluster/prod/cluster.nix') diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 4b9b41a..c4f5306 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -75,6 +75,12 @@ address = "10.83.4.2"; endpoint = "82.65.41.110:33742"; }; + "onion" = { + siteName = "dathomir"; + publicKey = "gpeqalqAUaYlMuebv3glQeZyE64+OpkyIHFhfStJQA4="; + address = "10.83.5.1"; + endpoint = "82.64.238.84:33740"; + }; }; # Pin Nomad version -- cgit v1.2.3