feat: add jellyseerr

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-01-05 21:52:29 +01:00
parent 1eef0130b8
commit 68c1717895
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
config,
pkgs,
...
}: {
services.jellyseerr = {
enable = true;
openFirewall = true;
};
}

View file

@ -8,6 +8,7 @@
../common/optional/fonts.nix
../common/optional/yubikey-gpg.nix
../common/optional/virt.nix
../common/optional/servarr.nix
../common/optional/steam.nix
];