From 912753c7ad7a50ec3310f62e2ae415649aa96c9c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 22 Dec 2022 23:16:15 +0100 Subject: [PATCH] remove useless lines in caribou,origan.nix --- cluster/staging/node/caribou.nix | 3 --- cluster/staging/node/origan.nix | 3 --- 2 files changed, 6 deletions(-) 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"; }