use custom jellyseerr module
This commit is contained in:
@@ -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:
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user