summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-10-31 17:35:10 +0300
committerGitHub <noreply@github.com>2023-10-31 17:35:10 +0300
commit46bc9e79a941410063550ab3e4ce8c876a533d00 (patch)
tree7454fa9d0a168e1618aa96fc1d5fba42186c0fe8 /nixos/doc
parent295ba92c6022a23d891cc731c95fe0317ce6c106 (diff)
parenta4b31637b5f340363cad86d95320e614ec1d27b1 (diff)
downloadnixpkgs-46bc9e79a941410063550ab3e4ce8c876a533d00.tar
nixpkgs-46bc9e79a941410063550ab3e4ce8c876a533d00.tar.gz
nixpkgs-46bc9e79a941410063550ab3e4ce8c876a533d00.tar.bz2
nixpkgs-46bc9e79a941410063550ab3e4ce8c876a533d00.tar.lz
nixpkgs-46bc9e79a941410063550ab3e4ce8c876a533d00.tar.xz
nixpkgs-46bc9e79a941410063550ab3e4ce8c876a533d00.tar.zst
nixpkgs-46bc9e79a941410063550ab3e4ce8c876a533d00.zip
Merge pull request #259765 from 70m6/bugfix/bitcoind-enable
bugfix/bitcoind-enable
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 724acd7b409..41efc6f02b6 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -498,6 +498,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - `fusuma` now enables the following plugins: [appmatcher](https://github.com/iberianpig/fusuma-plugin-appmatcher), [keypress](https://github.com/iberianpig/fusuma-plugin-keypress), [sendkey](https://github.com/iberianpig/fusuma-plugin-sendkey), [tap](https://github.com/iberianpig/fusuma-plugin-tap) and [wmctrl](https://github.com/iberianpig/fusuma-plugin-wmctrl).
 
+- `services.bitcoind` now properly respects the `enable` option.
+
 ## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
 
 - The use of `sourceRoot = "source";`, `sourceRoot = "source/subdir";`, and similar lines in package derivations using the default `unpackPhase` is deprecated as it requires `unpackPhase` to always produce a directory named "source". Use `sourceRoot = src.name`, `sourceRoot = "${src.name}/subdir";`, or `setSourceRoot = "sourceRoot=$(echo */subdir)";` or similar instead.