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