diff options
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 c5008e6..ddb9813 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -93,6 +93,12 @@ address = "10.83.5.3"; endpoint = "82.64.238.84:33742"; }; + "ortie" = { + siteName = "dathomir"; + publicKey = "tbx2mvt3TN3Xd+ermwwZ6it80VWT5949cKH9BRFgvzE="; + address = "10.83.5.4"; + endpoint = "82.64.238.84:33743"; + }; }; # Pin Nomad version |