diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2025-01-16 20:38:06 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2025-01-16 20:38:06 +0100 |
commit | 7d75d68ea66e62d8cb689878029af1f13e827f8e (patch) | |
tree | 524411d6147b8c855a4963d144c7314db797c2d5 /cluster/prod/cluster.nix | |
parent | 67d7f494cd7c08a93551bf301f2a8930129d9a1c (diff) | |
download | nixcfg-7d75d68ea66e62d8cb689878029af1f13e827f8e.tar.gz nixcfg-7d75d68ea66e62d8cb689878029af1f13e827f8e.zip |
prod/cluster.nix: remove machines from neptune (disconnected)
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 386a0f9..080b258 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -7,24 +7,6 @@ deuxfleurs.clusterPrefix = "10.83.0.0/16"; deuxfleurs.clusterNodes = { - "concombre" = { - siteName = "neptune"; - publicKey = "VvXT0fPDfWsHxumZqVShpS33dJQAdpJ1E79ZbCBJP34="; - address = "10.83.1.1"; - endpoint = "82.67.87.112:33731"; - }; - "courgette" = { - siteName = "neptune"; - publicKey = "goTkBJGmzrGDOAjUcdH9G0JekipqSMoaYQdB6IHnzi0="; - address = "10.83.1.2"; - endpoint = "82.67.87.112:33732"; - }; - "celeri" = { - siteName = "neptune"; - publicKey = "oZDAb8LoLW87ktUHyFFec0VaIar97bqq47mGbdVqJ0U="; - address = "10.83.1.3"; - endpoint = "82.67.87.112:33733"; - }; "df-ykl" = { siteName = "bespin"; publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg="; |