diff --git a/modules/services/jellyfin/tubearchivist.nix b/modules/services/jellyfin/tubearchivist.nix index a99ff6d..0d0fa82 100644 --- a/modules/services/jellyfin/tubearchivist.nix +++ b/modules/services/jellyfin/tubearchivist.nix @@ -56,7 +56,7 @@ in { TA_USERNAME = "admin"; TZ = "America/New_York"; }; - environmentFile = config.sops.templates.tubearchivist.path; + environmentFiles = [config.sops.templates.tubearchivist.path]; dependsOn = [ "archivist-redis" "archivist-es" @@ -84,7 +84,7 @@ in { "discovery.type" = "single-node"; "path.repo" = "/usr/share/elasticsearch/data/snapshot"; }; - environmentFile = config.sops.templates.archivist-es.path; + environmentFiles = [config.sops.templates.archivist-es.path]; volumes = [ "${volumePath}/tubearchivist/es:/usr/share/elasticsearch/data" ];