···1011<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
1213-- Built on platform(s)
14 - [ ] x86_64-linux
15 - [ ] aarch64-linux
16 - [ ] x86_64-darwin
17 - [ ] aarch64-darwin
18-- For non-Linux: Is sandboxing enabled in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/command-ref/conf-file.html))
19- - [ ] `sandbox = relaxed`
20- - [ ] `sandbox = true`
21-- [ ] Tested, as applicable:
22- - [NixOS test(s)](https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests) (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
23- - and/or [package tests](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests)
24- - or, for functions and "core" functionality, tests in [lib/tests](https://github.com/NixOS/nixpkgs/blob/master/lib/tests) or [pkgs/test](https://github.com/NixOS/nixpkgs/blob/master/pkgs/test)
25- - made sure NixOS tests are [linked](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#linking-nixos-module-tests-to-a-package) to the relevant packages
26-- [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage)
27-- [ ] Tested basic functionality of all binary files (usually in `./result/bin/`)
28-- [Nixpkgs 25.11 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/doc/release-notes/rl-2511.section.md) (or backporting [25.05](https://github.com/NixOS/nixpkgs/blob/master/doc/manual/release-notes/rl-2505.section.md) Nixpkgs Release notes)
29- - [ ] (Package updates) Added a release notes entry if the change is major or breaking
30-- [NixOS 25.11 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2511.section.md) (or backporting [25.05](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2505.section.md) NixOS Release notes)
31- - [ ] (Module updates) Added a release notes entry if the change is significant
32- - [ ] (Module addition) Added a release notes entry if adding a new NixOS module
33-- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md), [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md), [maintainers/README.md](https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md) and other contributing documentation in corresponding paths.
3435-<!--
36-To help with the large amounts of pull requests, we would appreciate your
37-reviews of other pull requests, especially simple package updates. Just leave a
38-comment describing what you have tested in the relevant package/service.
39-Reviewing helps to reduce the average time-to-merge for everyone.
40-Thanks a lot if you do!
4142-List of open PRs: https://github.com/NixOS/nixpkgs/pulls
43-Reviewing guidelines: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#reviewing-contributions
44--->
0004546---
47
···1011<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
1213+- Built on platform:
14 - [ ] x86_64-linux
15 - [ ] aarch64-linux
16 - [ ] x86_64-darwin
17 - [ ] aarch64-darwin
18+- Tested, as applicable:
19+ - [ ] [NixOS tests] in [nixos/tests].
20+ - [ ] [Package tests] at `passthru.tests`.
21+ - [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
22+- [ ] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
23+- [ ] Tested basic functionality of all binary files, usually in `./result/bin/`.
24+- Nixpkgs Release Notes
25+ - [ ] Package update: when the change is major or breaking.
26+- NixOS Release Notes
27+ - [ ] Module addition: when adding a new NixOS module.
28+ - [ ] Module update: when the change is significant.
29+- [ ] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and others READMEs.
00003031+[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
32+[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
33+[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
0003435+[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
36+[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
37+[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
38+[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
39+[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
40+[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
4142---
43
+4
nixos/doc/manual/release-notes/rl-2511.section.md
···3435- [tlsrpt-reporter], an application suite to generate and deliver TLSRPT reports. Available as [services.tlsrpt](#opt-services.tlsrpt.enable).
360037- [Broadcast Box](https://github.com/Glimesh/broadcast-box), a WebRTC broadcast server. Available as [services.broadcast-box](options.html#opt-services.broadcast-box.enable).
3839- Docker now defaults to 28.x, because version 27.x stopped receiving security updates and bug fixes after [May 2, 2025](https://github.com/moby/moby/pull/49910).
···43- [Draupnir](https://github.com/the-draupnir-project/draupnir), a Matrix moderation bot. Available as [services.draupnir](#opt-services.draupnir.enable).
4445- [postfix-tlspol](https://github.com/Zuplu/postfix-tlspol), MTA-STS and DANE resolver and TLS policy server for Postfix. Available as [services.postfix-tlspol](#opt-services.postfix-tlspol.enable).
004647- [Szurubooru](https://github.com/rr-/szurubooru), an image board engine inspired by services such as Danbooru, dedicated for small and medium communities. Available as [services.szurubooru](#opt-services.szurubooru.enable).
48
···3435- [tlsrpt-reporter], an application suite to generate and deliver TLSRPT reports. Available as [services.tlsrpt](#opt-services.tlsrpt.enable).
3637+- [Chhoto URL](https://github.com/SinTan1729/chhoto-url), a simple, blazingly fast, selfhosted URL shortener with no unnecessary features, written in Rust. Available as [services.chhoto-url](#opt-services.chhoto-url.enable).
38+39- [Broadcast Box](https://github.com/Glimesh/broadcast-box), a WebRTC broadcast server. Available as [services.broadcast-box](options.html#opt-services.broadcast-box.enable).
4041- Docker now defaults to 28.x, because version 27.x stopped receiving security updates and bug fixes after [May 2, 2025](https://github.com/moby/moby/pull/49910).
···45- [Draupnir](https://github.com/the-draupnir-project/draupnir), a Matrix moderation bot. Available as [services.draupnir](#opt-services.draupnir.enable).
4647- [postfix-tlspol](https://github.com/Zuplu/postfix-tlspol), MTA-STS and DANE resolver and TLS policy server for Postfix. Available as [services.postfix-tlspol](#opt-services.postfix-tlspol.enable).
48+49+- [Newt](https://github.com/fosrl/newt), a fully user space WireGuard tunnel client and TCP/UDP proxy, designed to securely expose private resources controlled by Pangolin. Available as [services.newt](options.html#opt-services.newt.enable).
5051- [Szurubooru](https://github.com/rr-/szurubooru), an image board engine inspired by services such as Danbooru, dedicated for small and medium communities. Available as [services.szurubooru](#opt-services.szurubooru.enable).
52