Fix singularity

This commit is contained in:
Sicheng Pan 2025-12-14 17:57:15 -08:00
parent 4f2b849e10
commit 750812f7c4
Signed by: macronova
GPG key ID: CE969670FB4B4A56

View file

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