fixed postgres config for forgejo

This commit is contained in:
Leyla Becker 2025-01-02 17:22:05 -06:00
parent 9ecba48dcf
commit 8f59f8aeca
5 changed files with 55 additions and 52 deletions

View file

@ -34,11 +34,11 @@ in {
assertions = [
{
assertion = config.services.jellyfin.dataDir == jellyfin_data_directory;
description = "jellyfin data directory does not match persistence";
message = "jellyfin data directory does not match persistence";
}
{
assertion = config.services.jellyfin.cacheDir == jellyfin_cache_directory;
description = "jellyfin cache directory does not match persistence";
message = "jellyfin cache directory does not match persistence";
}
];