diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-31 09:33:12 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-31 09:33:12 +0100 |
commit | 1bf356e49d3ed98515af370d38ff1047555dd743 (patch) | |
tree | 6e9a215c4f72d713afa24b9110bf84de86beab2f /cluster/staging/cluster.nix | |
parent | e98ec690b912fdf54444d88e668cff74016fe15b (diff) | |
download | nixcfg-1bf356e49d3ed98515af370d38ff1047555dd743.tar.gz nixcfg-1bf356e49d3ed98515af370d38ff1047555dd743.zip |
staging: remove node carcajou
Diffstat (limited to 'cluster/staging/cluster.nix')
-rw-r--r-- | cluster/staging/cluster.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 7addac3..9080605 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -7,12 +7,6 @@ deuxfleurs.clusterPrefix = "10.14.0.0/16"; deuxfleurs.clusterNodes = { - "carcajou" = { - siteName = "neptune"; - publicKey = "7Nm7pMmyS7Nts1MB+loyD8u84ODxHPTkDu+uqQR6yDk="; - address = "10.14.1.2"; - endpoint = "77.207.15.215:33722"; - }; "caribou" = { siteName = "neptune"; publicKey = "lABn/axzD1jkFulX8c+K3B3CbKXORlIMDDoe8sQVxhs="; |