about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2023-12-19 23:56:01 +0800
committerRaghav Sood <r@raghavsood.com>2023-12-20 00:01:21 +0800
commit23a56af4b40304234e71fb0350056046196953f2 (patch)
treeffd9dd89c1dc5e18a3b9d3f0a6ee2a0f1e8d1431 /nixos/doc/manual
parent2595f503cd2d0e781f12b9893bafa0437e1196f9 (diff)
downloadnixlib-23a56af4b40304234e71fb0350056046196953f2.tar
nixlib-23a56af4b40304234e71fb0350056046196953f2.tar.gz
nixlib-23a56af4b40304234e71fb0350056046196953f2.tar.bz2
nixlib-23a56af4b40304234e71fb0350056046196953f2.tar.lz
nixlib-23a56af4b40304234e71fb0350056046196953f2.tar.xz
nixlib-23a56af4b40304234e71fb0350056046196953f2.tar.zst
nixlib-23a56af4b40304234e71fb0350056046196953f2.zip
nitter: document requirement for guest accounts
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 619a77f4a9ca..b32064c60f07 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -39,6 +39,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `k9s` was updated to v0.29. There have been breaking changes in the config file format, check out the [changelog](https://github.com/derailed/k9s/releases/tag/v0.29.0) for details.
 
+- `nitter` requires a `guest_accounts.jsonl` to be provided as a path or loaded into the default location at `/var/lib/nitter/guest_accounts.jsonl`. See [Guest Account Branch Deployment](https://github.com/zedeus/nitter/wiki/Guest-Account-Branch-Deployment) for details.
+
 - Invidious has changed its default database username from `kemal` to `invidious`. Setups involving an externally provisioned database (i.e. `services.invidious.database.createLocally == false`) should adjust their configuration accordingly. The old `kemal` user will not be removed automatically even when the database is provisioned automatically.(https://github.com/NixOS/nixpkgs/pull/265857)
 
 - `mkosi` was updated to v19. Parts of the user interface have changed. Consult the