fix: add fs-work and etcd cluster
This commit is contained in:
@@ -25,7 +25,7 @@ in
|
||||
automount.enable = true;
|
||||
users = false;
|
||||
opt = false;
|
||||
work = false;
|
||||
work = true;
|
||||
data = false;
|
||||
ceph = false;
|
||||
};
|
||||
@@ -162,7 +162,7 @@ in
|
||||
# };
|
||||
defaultGateway = "172.16.239.1";
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 4443 ];
|
||||
allowedTCPPorts = [ 6443 ];
|
||||
extraCommands = ''
|
||||
# iptables -t nat -A POSTROUTING -s 10.255.243.0/24 -j MASQUERADE
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user