n8n-env
This commit is contained in:
parent
202bfa9859
commit
94a07f803a
|
@ -19,7 +19,7 @@
|
||||||
from = 3000;
|
from = 3000;
|
||||||
to = 3100;
|
to = 3100;
|
||||||
}];
|
}];
|
||||||
firewall.allowedTCPPorts = [ 53 80 443 5432 3306 3478 ];
|
firewall.allowedTCPPorts = [ 53 80 443 5432 3306 3478 51821 ];
|
||||||
firewall.allowedUDPPorts = [ 53 51820 ];
|
firewall.allowedUDPPorts = [ 53 51820 ];
|
||||||
firewall.allowedUDPPortRanges = [{
|
firewall.allowedUDPPortRanges = [{
|
||||||
from = 3478;
|
from = 3478;
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultNetwork.settings = { dns_enabled = true; };
|
defaultNetwork.settings = { dns_enabled = true; };
|
||||||
networkSocket.openFirewall = true;
|
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.backend = "podman";
|
virtualisation.oci-containers.backend = "podman";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue