Skip to content

Commit

Permalink
nixos/netbird: update docs & release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarewk committed Jan 23, 2025
1 parent c0cf86c commit c65c0c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions nixos/doc/manual/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,12 @@
"module-services-netbird-multiple-connections": [
"index.html#module-services-netbird-multiple-connections"
],
"module-services-netbird-firewall": [
"index.html#module-services-netbird-firewall"
],
"module-services-netbird-customization": [
"index.html#module-services-netbird-customization"
],
"module-services-mosquitto": [
"index.html#module-services-mosquitto"
],
Expand Down
3 changes: 3 additions & 0 deletions nixos/doc/manual/release-notes/rl-2505.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@
as before, you can use plugins like `python3Packages.jax-cuda12-plugin`.


- `services.netbird.tunnels` was renamed to [`services.netbird.clients`](#opt-services.netbird.clients),
hardened (using dedicated less-privileged users) and significantly extended.

<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->

## Other Notable Changes {#sec-release-25.05-notable-changes}
Expand Down
4 changes: 2 additions & 2 deletions nixos/modules/services/networking/netbird.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Which is equivalent to:

```nix
{
services.netbird.clients.default = {
services.netbird.clients.wt0 = {
port = 51820;
interface = "wt0";
name = "netbird";
interface = "wt0";
hardened = false;
};
}
Expand Down

0 comments on commit c65c0c2

Please sign in to comment.