fix: Forgot to give group perms to state directory for qbittorrent

This commit is contained in:
batteredbunny 2025-03-26 00:20:35 +02:00
parent 2122f9721f
commit 48c7e946a7

View file

@ -60,11 +60,11 @@ in
tmpfiles.settings = {
qbittorrent = {
"${cfg.profileDir}/qBittorrent/"."d" = {
mode = "700";
mode = "750";
inherit (cfg) user group;
};
"${cfg.profileDir}/qBittorrent/config/"."d" = {
mode = "700";
mode = "750";
inherit (cfg) user group;
};
};