From 6e36a0c1595108bf6b2765d6c4e4fcf74dfcf82d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 8 Apr 2025 14:11:36 -0400 Subject: [PATCH] qbt: chmod 750 --- services/qbittorrent.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 2aa353f..c231464 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -110,8 +110,8 @@ }; systemd.tmpfiles.rules = [ - "d ${config.services.qbittorrent.serverConfig.Preferences.Downloads.SavePath} 0770 ${config.services.qbittorrent.user} ${service_configs.torrent_group}" - "d ${config.services.qbittorrent.serverConfig.Preferences.Downloads.TempPath} 0770 ${config.services.qbittorrent.user} ${service_configs.torrent_group}" + "d ${config.services.qbittorrent.serverConfig.Preferences.Downloads.SavePath} 0750 ${config.services.qbittorrent.user} ${service_configs.torrent_group}" + "d ${config.services.qbittorrent.serverConfig.Preferences.Downloads.TempPath} 0750 ${config.services.qbittorrent.user} ${service_configs.torrent_group}" ]; # make qbittorrent use a vpn