Skip to content

Commit f3b947f

Browse files
committed
fix changelog
1 parent c97ddf3 commit f3b947f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
88

99
### Fixed
1010

11-
- PostgreSQL `dataDir` no longer overridden globally, fixing data loss for co-located services (e.g. Forgejo) that share the system PostgreSQL instance ([#230](https://github.com/kiriwalawren/nixflix/issues/230)).
1211
- Sonarr and Radarr renaming for better Jellyfin matches
1312
- `prowlarr-indexer-proxies` restart-looping (and blocking boot) when the proxy's test endpoint is unreachable, by adding `?forceSave=true` to its create/update requests (mirrors [#247](https://github.com/kiriwalawren/nixflix/pull/247) for indexers).
1413
- `_secret` pattern not trimming all terminating newlines in decrypted files.
@@ -18,12 +17,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1817

1918
- Starr app Media Management API configuration ([#221](https://github.com/kiriwalawren/nixflix/pull/221)).
2019

20+
### Removed
2121

22-
### Changed
23-
24-
- **Breaking ([#230](https://github.com/kiriwalawren/nixflix/issues/230)):** `nixflix.postgres` no longer overrides `services.postgresql.dataDir`.
22+
- **Breaking ([#230](https://github.com/kiriwalawren/nixflix/issues/230)):** `nixflix.postgres.dataDir`. PostgreSQL `dataDir` no longer overridden globally, fixing data loss for co-located services (e.g. Forgejo) that share the system PostgreSQL instance ([#230](https://github.com/kiriwalawren/nixflix/issues/230)).
23+
- Remove `nixflix.postgres.dataDir` from your configuraiton.
2524

26-
- This only affects you if `nixflix.stateDir` was set to a non-default value (i.e. anything other than `/var/lib`). In that case, your PostgreSQL data was previously stored at `${nixflix.stateDir}/postgres` and must be moved to the standard NixOS location before rebuilding. Stop all services that depend on PostgreSQL first, then perform the following steps:
25+
- If you set `nixflix.stateDir` to a non-default value (i.e. anything other than `/var/lib`), then your PostgreSQL data was previously stored at `${nixflix.stateDir}/postgres` and must be moved to the standard NixOS location before rebuilding. Stop all services that depend on PostgreSQL first, then perform the following steps:
2726

2827
1. ```bash
2928
sudo -su postgres
@@ -44,6 +43,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4443
exit
4544
```
4645

46+
### Changed
47+
4748
- `nixflix.<starr>.config.hostConfig.username` and `nixflix.<starr>.config.hostConfig.password` must both be set or `null` ([#223](https://github.com/kiriwalawren/nixflix/pull/223)).
4849

4950
## [1.2.0] - 2026-05-20

0 commit comments

Comments
 (0)