concatenation fixes

This commit is contained in:
2025-05-31 15:52:30 -06:00
parent 6054385386
commit 4f0fbcc91e
4 changed files with 62 additions and 111 deletions

View File

@@ -27,7 +27,7 @@ in
networking.firewall.allowedTCPPorts = lib.mkIf (!cfg.isLocal) [ cfg.port ];
environment = {
systemPackages = lib.mkIf cfg.enable (
[ pkgs.jellyfin-ffmpeg ] ++ (if cfg.enableCron then sub-sync-path else [ ])
[ pkgs.jellyfin-ffmpeg ] ++ (lib.optional cfg.enableCron [ sub-sync-path ])
);
};
services = {