From 6dae25285768228214a305530d9d80e3ffe47eca Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Jun 2025 13:54:21 +0200 Subject: ... --- modules/abs-podcast-autoplaylist.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/abs-podcast-autoplaylist.nix b/modules/abs-podcast-autoplaylist.nix index 2532cfc3..f526a434 100644 --- a/modules/abs-podcast-autoplaylist.nix +++ b/modules/abs-podcast-autoplaylist.nix @@ -37,6 +37,7 @@ in { PrivateDevices = true; Type = "oneshot"; ExecStart = "${lib.getExe pkgs.abs-podcast-autoplaylist} %I.toml"; + TimeoutSec = "5min"; }; }; } // lib.mapAttrs' (name: { configSecret, ... }: lib.nameValuePair "abs-podcast-autoplaylist@${utils.escapeSystemdPath name}" { -- cgit v1.2.3