Try jellyseerr
This commit is contained in:
parent
c494beed60
commit
472f7176ca
5 changed files with 43 additions and 36 deletions
|
|
@ -3,8 +3,14 @@
|
|||
{
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
user = config.constants.userName;
|
||||
services = let const = config.constants; in {
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
user = const.userName;
|
||||
};
|
||||
jellyseerr = {
|
||||
enable = true;
|
||||
port = const.port.jellyseerr;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue