Fix singularity
This commit is contained in:
parent
4f2b849e10
commit
750812f7c4
1 changed files with 1 additions and 10 deletions
|
|
@ -1,15 +1,6 @@
|
||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
networking = {
|
networking = {
|
||||||
firewall = with config.constants.port; {
|
firewall.allowedTCPPorts = with config.constants.port; [http https];
|
||||||
allowedTCPPorts = [coturn coturn-tls http https];
|
|
||||||
allowedUDPPorts = [coturn coturn-tls];
|
|
||||||
allowedUDPPortRanges = [
|
|
||||||
{
|
|
||||||
from = coturn-relay-udp-min;
|
|
||||||
to = coturn-relay-udp-max;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
hostId = "2cadb253";
|
hostId = "2cadb253";
|
||||||
nftables.enable = true;
|
nftables.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue