aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/node/carcajou.nix3
-rw-r--r--cluster/staging/node/cariacou.nix3
-rw-r--r--cluster/staging/node/caribou.nix4
3 files changed, 2 insertions, 8 deletions
diff --git a/cluster/staging/node/carcajou.nix b/cluster/staging/node/carcajou.nix
index 65766f3..1eeb48a 100644
--- a/cluster/staging/node/carcajou.nix
+++ b/cluster/staging/node/carcajou.nix
@@ -21,7 +21,4 @@
deuxfleurs.cluster_ip = "10.14.1.2";
deuxfleurs.is_raft_server = true;
-
- # Enable netdata monitoring
- services.netdata.enable = true;
}
diff --git a/cluster/staging/node/cariacou.nix b/cluster/staging/node/cariacou.nix
index 2d212b5..cb174f7 100644
--- a/cluster/staging/node/cariacou.nix
+++ b/cluster/staging/node/cariacou.nix
@@ -21,7 +21,4 @@
deuxfleurs.cluster_ip = "10.14.1.1";
deuxfleurs.is_raft_server = true;
-
- # Enable netdata monitoring
- services.netdata.enable = true;
}
diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix
index 64e86cc..38c9983 100644
--- a/cluster/staging/node/caribou.nix
+++ b/cluster/staging/node/caribou.nix
@@ -22,6 +22,6 @@
deuxfleurs.cluster_ip = "10.14.1.3";
deuxfleurs.is_raft_server = true;
- # Enable netdata monitoring
- services.netdata.enable = true;
+ # Open SSB port
+ networking.firewall.allowedTCPPorts = [ 8008 ];
}