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.