about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2023-12-21 14:03:35 +0800
committerGitHub <noreply@github.com>2023-12-21 14:03:35 +0800
commit7d97d9ebd1992cad1a91d6988198dcc9d9ecb21c (patch)
treea63772dacf99dd5ca4c777f81462644c1ba9549b /nixos/doc/manual
parentd6863cbcbbb80e71cecfc03356db1cda38919523 (diff)
parentd380604c446487eaadd71284c7ceaec83eff4d8a (diff)
downloadnixlib-7d97d9ebd1992cad1a91d6988198dcc9d9ecb21c.tar
nixlib-7d97d9ebd1992cad1a91d6988198dcc9d9ecb21c.tar.gz
nixlib-7d97d9ebd1992cad1a91d6988198dcc9d9ecb21c.tar.bz2
nixlib-7d97d9ebd1992cad1a91d6988198dcc9d9ecb21c.tar.lz
nixlib-7d97d9ebd1992cad1a91d6988198dcc9d9ecb21c.tar.xz
nixlib-7d97d9ebd1992cad1a91d6988198dcc9d9ecb21c.tar.zst
nixlib-7d97d9ebd1992cad1a91d6988198dcc9d9ecb21c.zip
Merge pull request #275439 from RaghavSood/nitter/guest-accounts
nitter: unstable-2023-10-31 -> unstable-2023-12-03 (guest accounts support)
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 ddaf116649c1..b036f40f4dc8 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