diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index af46273..02cb16d 100644 --- a/cluster/staging/node/caribou.nix +++ b/cluster/staging/node/caribou.nix @@ -17,8 +17,5 @@ deuxfleurs.cluster_ip = "10.14.1.3"; deuxfleurs.is_raft_server = true; - # Open SSB port - networking.firewall.allowedTCPPorts = [ 8008 ]; - system.stateVersion = "21.05"; } diff --git a/cluster/staging/node/origan.nix b/cluster/staging/node/origan.nix index 77372b8..50bce58 100644 --- a/cluster/staging/node/origan.nix +++ b/cluster/staging/node/origan.nix @@ -17,8 +17,5 @@ deuxfleurs.cluster_ip = "10.14.2.33"; deuxfleurs.is_raft_server = true; - # Open SSB port - networking.firewall.allowedTCPPorts = [ 8008 ]; - system.stateVersion = "22.11"; }