aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-22 23:16:15 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-22 23:16:15 +0100
commit912753c7ad7a50ec3310f62e2ae415649aa96c9c (patch)
tree86945a25742b0fda9572b15d6efed47eff89ff66
parent4d637c91b16ed050e4d6860e8b8f31252018fb1e (diff)
downloadnixcfg-912753c7ad7a50ec3310f62e2ae415649aa96c9c.tar.gz
nixcfg-912753c7ad7a50ec3310f62e2ae415649aa96c9c.zip
remove useless lines in caribou,origan.nix
-rw-r--r--cluster/staging/node/caribou.nix3
-rw-r--r--cluster/staging/node/origan.nix3
2 files changed, 0 insertions, 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";
}