diff --git a/system-config/services/containers/netbird/default.nix b/system-config/services/containers/netbird/default.nix index 7f234ae..1d896b7 100644 --- a/system-config/services/containers/netbird/default.nix +++ b/system-config/services/containers/netbird/default.nix @@ -50,12 +50,12 @@ hostPort = 3478; protocol = "udp"; } - ] ++ map (x : { + ];/* ++ map (x : { containerPort = x; hostPort = x; protocol = "udp"; }) (builtins.genList (y: y + 49152) (65535 - 49152)); - +*/ bindMounts = {};