summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2023-11-10 16:56:28 +0000
committerNiklas Hambüchen <mail@nh2.me>2023-11-14 10:51:16 +0100
commitfc3f56f2febb5bc7270eee2390f5756a250430ff (patch)
tree851af464e84d82f1b9b1731a3c9555477f73d14a /nixos/doc
parent65a471717c53c5b8fa617680140a045da336dabc (diff)
downloadnixpkgs-fc3f56f2febb5bc7270eee2390f5756a250430ff.tar
nixpkgs-fc3f56f2febb5bc7270eee2390f5756a250430ff.tar.gz
nixpkgs-fc3f56f2febb5bc7270eee2390f5756a250430ff.tar.bz2
nixpkgs-fc3f56f2febb5bc7270eee2390f5756a250430ff.tar.lz
nixpkgs-fc3f56f2febb5bc7270eee2390f5756a250430ff.tar.xz
nixpkgs-fc3f56f2febb5bc7270eee2390f5756a250430ff.tar.zst
nixpkgs-fc3f56f2febb5bc7270eee2390f5756a250430ff.zip
release notes: Mention removal of `services.plausible.releaseCookiePath`
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 c5406e183c3..ac0e6a2d603 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -317,6 +317,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