about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2023-11-14 10:52:21 +0100
committerGitHub <noreply@github.com>2023-11-14 10:52:21 +0100
commitf9c7c12de6a7848c64358837ea1970e9fa5e61a7 (patch)
tree3a84e0cff59c285d1de5db025085c50e881385d4 /nixos/doc
parent9290bb56546e4c9b99f7960ce08943a10108d65a (diff)
parentfc3f56f2febb5bc7270eee2390f5756a250430ff (diff)
downloadnixlib-f9c7c12de6a7848c64358837ea1970e9fa5e61a7.tar
nixlib-f9c7c12de6a7848c64358837ea1970e9fa5e61a7.tar.gz
nixlib-f9c7c12de6a7848c64358837ea1970e9fa5e61a7.tar.bz2
nixlib-f9c7c12de6a7848c64358837ea1970e9fa5e61a7.tar.lz
nixlib-f9c7c12de6a7848c64358837ea1970e9fa5e61a7.tar.xz
nixlib-f9c7c12de6a7848c64358837ea1970e9fa5e61a7.tar.zst
nixlib-f9c7c12de6a7848c64358837ea1970e9fa5e61a7.zip
Merge pull request #266702 from nh2/plausible-listen-address-no-distributed-erlang
plausible, nixos/plausible: Add `listenAddress` option
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 4f1a89781e1b..ed3b13a80533 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -323,6 +323,8 @@
 
 - Package `pash` was removed due to being archived upstream. Use `powershell` as an alternative.
 
+- The option `services.plausible.releaseCookiePath` has been removed: Plausible does not use any distributed Erlang features, and does not plan to (see [discussion](https://github.com/NixOS/nixpkgs/pull/130297#issuecomment-1805851333)), so NixOS now disables them, and the Erlang cookie becomes unnecessary. You may delete the file that `releaseCookiePath` was set to.
+
 - `security.sudo.extraRules` now includes `root`'s default rule, with ordering
   priority 400. This is functionally identical for users not specifying rule
   order, or relying on `mkBefore` and `mkAfter`, but may impact users calling