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 = { networking.firewall = {
allowedUDPPorts = [ 3478 ]; allowedUDPPorts = [ 3478 ];
allowedUDPPortRanges = [{ from = 49152; to = 54152; }]; allowedUDPPortRanges = [{ from = 51100; to = 56100; }];
}; };
sops.secrets."netbird/coturnPass" = lib.mkIf config.sysconfig.opts.virtualization.netbird.enable {}; sops.secrets."netbird/coturnPass" = lib.mkIf config.sysconfig.opts.virtualization.netbird.enable {};

View File

@@ -14,8 +14,6 @@
capSysAdmin = true; capSysAdmin = true;
settings.port = 46990;
openFirewall = true; openFirewall = true;
}; };
}; };