fix: Forgot to give group perms to state directory for qbittorrent
This commit is contained in:
parent
2122f9721f
commit
48c7e946a7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue