135 current 2025-10-08 22:40:45 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 23:02:36 -05:00
parent 7875d0cee1
commit 1e1d40a098

View File

@@ -57,6 +57,7 @@ in
serviceConfig = { serviceConfig = {
UMask = lib.mkForce "0007"; UMask = lib.mkForce "0007";
}; };
};
networking.firewall.extraCommands = '' networking.firewall.extraCommands = ''
iptables -N QBIT iptables -N QBIT
@@ -74,7 +75,6 @@ in
# vpnNamespace = "wgmex"; # vpnNamespace = "wgmex";
# }; # };
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
};
# # open firewall # # open firewall
# networking.firewall.allowedTCPPorts = [ cfg.port ]; # networking.firewall.allowedTCPPorts = [ cfg.port ];