summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2205.section.md
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2021-05-28 22:01:25 +0200
committerehmry <ehmry@posteo.net>2021-12-25 12:07:06 +0100
commit02cb654a4dad3b6fb1924cc5d46bad1e1b5218ef (patch)
treeb4cb3b3b58f718249183c1e05a23e7f19801f58f /nixos/doc/manual/release-notes/rl-2205.section.md
parentb679d2d97d63ea4d0dfe6646153f85eedf26454b (diff)
downloadnixpkgs-02cb654a4dad3b6fb1924cc5d46bad1e1b5218ef.tar
nixpkgs-02cb654a4dad3b6fb1924cc5d46bad1e1b5218ef.tar.gz
nixpkgs-02cb654a4dad3b6fb1924cc5d46bad1e1b5218ef.tar.bz2
nixpkgs-02cb654a4dad3b6fb1924cc5d46bad1e1b5218ef.tar.lz
nixpkgs-02cb654a4dad3b6fb1924cc5d46bad1e1b5218ef.tar.xz
nixpkgs-02cb654a4dad3b6fb1924cc5d46bad1e1b5218ef.tar.zst
nixpkgs-02cb654a4dad3b6fb1924cc5d46bad1e1b5218ef.zip
nixos/stubby: reduce to a settings-style configuration
Extract the example configuration from the package to provide a
working example.

Remove pkgs.stubby from `environment.systemPackages`.
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2205.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 3e7f8d451b2..98709455ae7 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -78,3 +78,5 @@ In addition to numerous new and upgraded packages, this release has the followin
   added, decoupling the setting of `SSH_ASKPASS` from
   `services.xserver.enable`. This allows easy usage in non-X11 environments,
   e.g. Wayland.
+
+- The `services.stubby` module was converted to a [settings-style](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration.