aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod')
-rw-r--r--cluster/prod/cluster.nix20
-rw-r--r--cluster/prod/site/orion.nix8
2 files changed, 0 insertions, 28 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix
index 533f2eb..245d0a7 100644
--- a/cluster/prod/cluster.nix
+++ b/cluster/prod/cluster.nix
@@ -25,26 +25,6 @@
address = "10.83.1.3";
endpoint = "82.67.87.112:33733";
};
- /*
- "dahlia" = {
- siteName = "orion";
- publicKey = "EtRoWBYCdjqgXX0L+uWLg8KxNfIK8k9OTh30tL19bXU=";
- address = "10.83.2.1";
- endpoint = "82.66.80.201:33731";
- };
- "diplotaxis" = {
- siteName = "orion";
- publicKey = "HbLC938mysadMSOxWgq8+qrv+dBKzPP/43OMJp/3phA=";
- address = "10.83.2.2";
- endpoint = "82.66.80.201:33732";
- };
- "doradille" = {
- siteName = "orion";
- publicKey = "e1C8jgTj9eD20ywG08G1FQZ+Js3wMK/msDUE1wO3l1Y=";
- address = "10.83.2.3";
- endpoint = "82.66.80.201:33733";
- };
- */
"df-ykl" = {
siteName = "bespin";
publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg=";
diff --git a/cluster/prod/site/orion.nix b/cluster/prod/site/orion.nix
deleted file mode 100644
index dd8e208..0000000
--- a/cluster/prod/site/orion.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- deuxfleurs.siteName = "orion";
- deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254";
- deuxfleurs.cnameTarget = "orion.site.deuxfleurs.fr.";
- deuxfleurs.publicIPv4 = "82.66.80.201";
-}