diff options
author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-05-15 11:50:49 +0200 |
---|---|---|
committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-05-15 11:50:49 +0200 |
commit | a513690004a27b4330d810def3b37772e5e6e8b2 (patch) | |
tree | 126b8414dee512d2658a43decbea63c730a1c414 /cluster/prod/cluster.nix | |
parent | f55891ba211abcc6088276d52b674e4ad673291e (diff) | |
download | nixcfg-a513690004a27b4330d810def3b37772e5e6e8b2.tar.gz nixcfg-a513690004a27b4330d810def3b37772e5e6e8b2.zip |
cluster(prod): Add dathomir site and onion node
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 |