about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2024-01-25 20:08:58 +0100
committerGitHub <noreply@github.com>2024-01-25 20:08:58 +0100
commit6fe2736c6fbfe936af5f63030f16950b58b5a149 (patch)
treef814dcf14f4c7af7962a81e6f35c25fc6915ce6b /nixos/doc
parentfe2273461c1c01a7a03afa52b4db566660a32f7f (diff)
parentc2d822e6b02a7f20c82d22457f3b09ff305001e3 (diff)
downloadnixlib-6fe2736c6fbfe936af5f63030f16950b58b5a149.tar
nixlib-6fe2736c6fbfe936af5f63030f16950b58b5a149.tar.gz
nixlib-6fe2736c6fbfe936af5f63030f16950b58b5a149.tar.bz2
nixlib-6fe2736c6fbfe936af5f63030f16950b58b5a149.tar.lz
nixlib-6fe2736c6fbfe936af5f63030f16950b58b5a149.tar.xz
nixlib-6fe2736c6fbfe936af5f63030f16950b58b5a149.tar.zst
nixlib-6fe2736c6fbfe936af5f63030f16950b58b5a149.zip
Merge pull request #246055 from Tom-Hubrecht/netbird
nixos/netbird: Allow running multiple netbird networks in parallel
Diffstat (limited to 'nixos/doc')
-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 8ffa56fe620c..d5fafcf44706 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -243,6 +243,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`.