forked from Deuxfleurs/nixcfg
remove useless lines in caribou,origan.nix
This commit is contained in:
parent
4d637c91b1
commit
912753c7ad
2 changed files with 0 additions and 6 deletions
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue