From 370b46aa29240140239c54c00aabe481a76c8b8c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jun 2025 13:03:42 +0530 Subject: Add jellyseer --- modules/network/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/network/default.nix') diff --git a/modules/network/default.nix b/modules/network/default.nix index f6263f5..5ea3ee1 100644 --- a/modules/network/default.nix +++ b/modules/network/default.nix @@ -18,6 +18,7 @@ in "radarr.local" = { inherit host; port = ports.radarr; }; "prowlarr.local" = { inherit host; port = ports.prowlarr; }; "jellyfin.local" = { inherit host; port = ports.jellyfin; }; + "jellyseerr.local" = { inherit host; port = ports.jellyseerr; }; "syncthing.local" = { inherit host; port = ports.syncthing; }; "lidarr.local" = { inherit host; port = ports.lidarr; }; "git.local" = { inherit host; port = 80; basePath = "/gitweb/"; }; -- cgit v1.3.1