From e8e31744208f1255be0b130bae3281f4db6cea63 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 20 Apr 2026 22:19:24 -0400 Subject: [PATCH] remove timeout stop sec for qbt --- services/qbittorrent.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 3fdb3d6..9aafe75 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -154,7 +154,6 @@ in }; systemd.services.qbittorrent.serviceConfig = { - TimeoutStopSec = lib.mkForce 10; # Default UMask=0022 creates files as 0644 (group read-only). With 0007, # new files get 0660/0770 so the media group has read+write immediately # instead of relying on the tmpfiles Z rule to fix permissions at restart.