use custom jellyseerr module

This commit is contained in:
Rohan Datar
2025-01-12 15:48:19 -06:00
parent d775217324
commit 2f5b47b081
2 changed files with 100 additions and 4 deletions
+4 -4
View File
@@ -9,6 +9,10 @@ with lib; let
nixarr = config.nixarr;
defaultPort = 5055;
in {
imports = [
./jellyseerr-module
];
options.nixarr.jellyseerr = {
enable = mkOption {
type = types.bool;
@@ -31,10 +35,6 @@ in {
description = ''
The location of the state directory for the Jellyseerr service.
> **Warning** this option does not work on the latest stable nixpkgs.
> If you are using an old version of nixpkgs, make sure to set the
> `jellyseerr.package` option to use the latest version from nixkpgs-unstable.
> **Warning:** Setting this to any path, where the subpath is not
> owned by root, will fail! For example:
>