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, ...}: {
|
||||
networking = {
|
||||
firewall = with config.constants.port; {
|
||||
allowedTCPPorts = [coturn coturn-tls http https];
|
||||
allowedUDPPorts = [coturn coturn-tls];
|
||||
allowedUDPPortRanges = [
|
||||
{
|
||||
from = coturn-relay-udp-min;
|
||||
to = coturn-relay-udp-max;
|
||||
}
|
||||
];
|
||||
};
|
||||
firewall.allowedTCPPorts = with config.constants.port; [http https];
|
||||
hostId = "2cadb253";
|
||||
nftables.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue