about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorTom Hubrecht <tom@hubrecht.ovh>2024-01-23 16:24:26 +0100
committerTom Hubrecht <tom@hubrecht.ovh>2024-01-25 17:25:59 +0100
commitc2d822e6b02a7f20c82d22457f3b09ff305001e3 (patch)
tree9c83a5a15bdf72d40dfc21940b52b4417f87c843 /nixos/doc/manual/release-notes
parentf0326542989e1bdac955ad6269b334a8da4b0c95 (diff)
downloadnixlib-c2d822e6b02a7f20c82d22457f3b09ff305001e3.tar
nixlib-c2d822e6b02a7f20c82d22457f3b09ff305001e3.tar.gz
nixlib-c2d822e6b02a7f20c82d22457f3b09ff305001e3.tar.bz2
nixlib-c2d822e6b02a7f20c82d22457f3b09ff305001e3.tar.lz
nixlib-c2d822e6b02a7f20c82d22457f3b09ff305001e3.tar.xz
nixlib-c2d822e6b02a7f20c82d22457f3b09ff305001e3.tar.zst
nixlib-c2d822e6b02a7f20c82d22457f3b09ff305001e3.zip
nixos/netbird: Allow running multiple netbird networks in parallel
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index aba4d3d72d1d..aad351d61aed 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -165,6 +165,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   existing process, but will need to start that process from gdb (so it is a
   child). Or you can set `boot.kernel.sysctl."kernel.yama.ptrace_scope"` to 0.
 
+- The netbird module now allows running multiple tunnels in parallel through [`services.netbird.tunnels`](#opt-services.netbird.tunnels).
+
 - [Nginx virtual hosts](#opt-services.nginx.virtualHosts) using `forceSSL` or
   `globalRedirect` can now have redirect codes other than 301 through
   `redirectCode`.