Skip to content

Commit 1b3c7aa

Browse files
committed
beast: set jellarr knownProxies and bump jellarr input
1 parent e0b0e42 commit 1b3c7aa

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nixos/beast/jellarr.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
processThreads = 10;
4040
};
4141
};
42+
network = {
43+
knownProxies = [ "127.0.0.1" ];
44+
};
4245
encoding = {
4346
# TODO: revisit subtitle hardcoding policy once jellarr module exposes
4447
# explicit subtitle-mode/burn-in options declaratively.

0 commit comments

Comments
 (0)