Run Jellyseerr in NixNG container
This commit is contained in:
parent
708e6b4336
commit
49ecab9603
6 changed files with 44 additions and 6 deletions
14
nixng-configurations/jellyseerr.nix
Normal file
14
nixng-configurations/jellyseerr.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
system,
|
||||
nixpkgs-jellyseerr,
|
||||
...
|
||||
}: {
|
||||
dinit.enable = true;
|
||||
init.services.jellyseerr.shutdownOnExit = true;
|
||||
|
||||
services.jellyseerr = {
|
||||
enable = true;
|
||||
package = nixpkgs-jellyseerr.legacyPackages.${system}.jellyseerr;
|
||||
configDir = "/app/config";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue