From 68c1717895476cac57a73f55183e45bc30401968 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Sun, 5 Jan 2025 21:52:29 +0100 Subject: [PATCH] feat: add jellyseerr Signed-off-by: Lander Van den Bulcke --- hosts/common/optional/servarr.nix | 10 ++++++++++ hosts/widar/default.nix | 1 + 2 files changed, 11 insertions(+) create mode 100644 hosts/common/optional/servarr.nix diff --git a/hosts/common/optional/servarr.nix b/hosts/common/optional/servarr.nix new file mode 100644 index 0000000..4c211ff --- /dev/null +++ b/hosts/common/optional/servarr.nix @@ -0,0 +1,10 @@ +{ + config, + pkgs, + ... +}: { + services.jellyseerr = { + enable = true; + openFirewall = true; + }; +} diff --git a/hosts/widar/default.nix b/hosts/widar/default.nix index ebe233e..1aed508 100644 --- a/hosts/widar/default.nix +++ b/hosts/widar/default.nix @@ -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 ];