We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 176cf26 + 0c311c1 commit eafa4a1Copy full SHA for eafa4a1
nixos/beast/jellarr.nix
@@ -290,11 +290,11 @@
290
enableAllFolders = allLibraries;
291
enableCollectionManagement = allowWrite || isAdmin;
292
loginAttemptsBeforeLockout = 3;
293
+ # 20 Mbps (Jellyfin policy expects bits/sec).
294
+ remoteClientBitrateLimit = 20 * 1000 * 1000;
295
}
296
// lib.optionalAttrs isGuest {
297
maxActiveSessions = 2;
- # 20 Mbps (Jellyfin policy expects bits/sec).
- remoteClientBitrateLimit = 20 * 1000 * 1000;
298
299
// lib.optionalAttrs (!allLibraries) {
300
enabledLibraries = [
0 commit comments