test map
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
|
system.stateVersion = "25.05";
|
||||||
|
|
||||||
services.netbird = {
|
services.netbird = {
|
||||||
enable = config.sysconfig.opts.netbird.enable;
|
enable = config.sysconfig.opts.netbird.enable;
|
||||||
};
|
};
|
||||||
@@ -50,7 +52,13 @@
|
|||||||
hostPort = 3478;
|
hostPort = 3478;
|
||||||
protocol = "udp";
|
protocol = "udp";
|
||||||
}
|
}
|
||||||
];/* ++ map (x : {
|
] ++ map (x: {
|
||||||
|
containerPort = x;
|
||||||
|
hostPort = x;
|
||||||
|
protocol = "udp";
|
||||||
|
}) (builtins.genList (y: y + 49152) (3));
|
||||||
|
|
||||||
|
/* ++ map (x : {
|
||||||
containerPort = x;
|
containerPort = x;
|
||||||
hostPort = x;
|
hostPort = x;
|
||||||
protocol = "udp";
|
protocol = "udp";
|
||||||
|
|||||||
Reference in New Issue
Block a user