feat: add jellyseerr
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
1eef0130b8
commit
68c1717895
2 changed files with 11 additions and 0 deletions
10
hosts/common/optional/servarr.nix
Normal file
10
hosts/common/optional/servarr.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
services.jellyseerr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
../common/optional/fonts.nix
|
../common/optional/fonts.nix
|
||||||
../common/optional/yubikey-gpg.nix
|
../common/optional/yubikey-gpg.nix
|
||||||
../common/optional/virt.nix
|
../common/optional/virt.nix
|
||||||
|
../common/optional/servarr.nix
|
||||||
../common/optional/steam.nix
|
../common/optional/steam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue