diff options
author | maximilien <me@mricher.fr> | 2024-05-26 21:04:01 +0000 |
---|---|---|
committer | maximilien <me@mricher.fr> | 2024-05-26 21:04:01 +0000 |
commit | 726f4b2f323c090bfe14604dac4349763689eb78 (patch) | |
tree | f9661e69a8c98c9bf1c8965199845ec7d747cbd8 /cluster/prod/cluster.nix | |
parent | ef914612103b35d66178f9a3a5b7e1ecdd884c3b (diff) | |
parent | 37a2f781eb3e094fbf96741878dc2414958de793 (diff) | |
download | nixcfg-726f4b2f323c090bfe14604dac4349763689eb78.tar.gz nixcfg-726f4b2f323c090bfe14604dac4349763689eb78.zip |
Merge pull request 'cluster(prod): Add dathomir site' (#25) from KokaKiwi/nixcfg:add-dathomir into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/pulls/25
Reviewed-by: maximilien <me@mricher.fr>
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 4b9b41a..c5008e6 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -75,6 +75,24 @@ 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"; + }; + "oseille" = { + siteName = "dathomir"; + publicKey = "T87GzAQt02i00iOMbEm7McA/VL9OBrG/kCrgoNh5MmY="; + address = "10.83.5.2"; + endpoint = "82.64.238.84:33741"; + }; + "io" = { + siteName = "dathomir"; + publicKey = "3+VvWJtABOAd6zUCMROhqGbNtkQRtoIkVmYn0M81jQw="; + address = "10.83.5.3"; + endpoint = "82.64.238.84:33742"; + }; }; # Pin Nomad version |