diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/abs-podcast-autoplaylist.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
37 | PrivateDevices = true; | 37 | PrivateDevices = true; |
38 | Type = "oneshot"; | 38 | Type = "oneshot"; |
39 | ExecStart = "${lib.getExe pkgs.abs-podcast-autoplaylist} %I.toml"; | 39 | ExecStart = "${lib.getExe pkgs.abs-podcast-autoplaylist} %I.toml"; |
40 | TimeoutSec = "5min"; | ||
40 | }; | 41 | }; |
41 | }; | 42 | }; |
42 | } // lib.mapAttrs' (name: { configSecret, ... }: lib.nameValuePair "abs-podcast-autoplaylist@${utils.escapeSystemdPath name}" { | 43 | } // lib.mapAttrs' (name: { configSecret, ... }: lib.nameValuePair "abs-podcast-autoplaylist@${utils.escapeSystemdPath name}" { |