fix: add fs-work and etcd cluster

This commit is contained in:
2025-09-13 07:03:17 +02:00
parent 6767eb21e6
commit 3af5ba3fbd
8 changed files with 49 additions and 79 deletions

View File

@@ -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
'';