diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-21 19:29:08 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-21 19:29:08 +0200 |
commit | f22e24270036e84225ee4efe1086563b9504b26e (patch) | |
tree | a30f7e3dbbb3bbfcd57b199689e7522640776dfc /cluster | |
parent | 4e939f55fc51311fbdc1fca8322cffd39e9b5bca (diff) | |
download | nixcfg-f22e24270036e84225ee4efe1086563b9504b26e.tar.gz nixcfg-f22e24270036e84225ee4efe1086563b9504b26e.zip |
SSB experiment
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/node/carcajou.nix | 3 | ||||
-rw-r--r-- | cluster/staging/node/cariacou.nix | 3 | ||||
-rw-r--r-- | cluster/staging/node/caribou.nix | 4 |
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 ]; } |