diff options
author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-05-26 18:24:28 +0200 |
---|---|---|
committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-05-26 18:24:28 +0200 |
commit | 435cbeebfb93f988ef469fe0b037662c49795946 (patch) | |
tree | 49e0de03d4022bf5eeeded3347280c38b6cf95f5 /cluster/prod/cluster.nix | |
parent | 3776734e5022145888fece61aadf2e360f9911c8 (diff) | |
download | nixcfg-435cbeebfb93f988ef469fe0b037662c49795946.tar.gz nixcfg-435cbeebfb93f988ef469fe0b037662c49795946.zip |
cluster(prod): Add oseille
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 bc53aa0..c5008e6 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"; }; + "oseille" = { + siteName = "dathomir"; + publicKey = "T87GzAQt02i00iOMbEm7McA/VL9OBrG/kCrgoNh5MmY="; + address = "10.83.5.2"; + endpoint = "82.64.238.84:33741"; + }; "io" = { siteName = "dathomir"; publicKey = "3+VvWJtABOAd6zUCMROhqGbNtkQRtoIkVmYn0M81jQw="; |