This commit is contained in:
2025-07-21 11:45:53 -05:00
parent 79f545dc5d
commit 79dcce782a

View File

@@ -17,6 +17,8 @@
config = {
system.stateVersion = "25.05";
services.netbird = {
enable = config.sysconfig.opts.netbird.enable;
};
@@ -50,7 +52,13 @@
hostPort = 3478;
protocol = "udp";
}
];/* ++ map (x : {
] ++ map (x: {
containerPort = x;
hostPort = x;
protocol = "udp";
}) (builtins.genList (y: y + 49152) (3));
/* ++ map (x : {
containerPort = x;
hostPort = x;
protocol = "udp";