From 52aa4649a4bea18df563c7d6bdb23a905a3cd788 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 14 Mar 2024 16:39:25 -0500 Subject: [PATCH] fix jellyseerr --- modules/apps/jellyseerr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps/jellyseerr/default.nix b/modules/apps/jellyseerr/default.nix index 0198785..4a9461a 100644 --- a/modules/apps/jellyseerr/default.nix +++ b/modules/apps/jellyseerr/default.nix @@ -9,7 +9,7 @@ in { autoStart = cfg.autoStart; image = cfg.image; ports = [ "${cfg.port}:5055" ]; - volumes = [ "${cfg.configPath}:/config" ]; + volumes = [ "${cfg.configPath}:/app/config" ]; environment = { PUID = cfg.puid; PGID = cfg.pgid;