diff options
author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-05-26 17:04:18 +0200 |
---|---|---|
committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-05-26 17:04:18 +0200 |
commit | 57628b508e74866dd5bfaaa2294d5b9396cbd6be (patch) | |
tree | 5c043a1a3c0bb028eab13316983b27962d913702 /cluster/prod/cluster.nix | |
parent | a513690004a27b4330d810def3b37772e5e6e8b2 (diff) | |
download | nixcfg-57628b508e74866dd5bfaaa2294d5b9396cbd6be.tar.gz nixcfg-57628b508e74866dd5bfaaa2294d5b9396cbd6be.zip |
cluster(prod): Add io
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 c4f5306..bc53aa0 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -81,6 +81,12 @@ address = "10.83.5.1"; endpoint = "82.64.238.84:33740"; }; + "io" = { + siteName = "dathomir"; + publicKey = "3+VvWJtABOAd6zUCMROhqGbNtkQRtoIkVmYn0M81jQw="; + address = "10.83.5.3"; + endpoint = "82.64.238.84:33742"; + }; }; # Pin Nomad version |