This commit is contained in:
2025-08-13 21:40:35 -05:00
parent ab851b3bef
commit 6f7e01938c
2 changed files with 1 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
networking.firewall = {
allowedUDPPorts = [ 3478 ];
allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
allowedUDPPortRanges = [{ from = 51100; to = 56100; }];
};
sops.secrets."netbird/coturnPass" = lib.mkIf config.sysconfig.opts.virtualization.netbird.enable {};