mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
torrent perms
This commit is contained in:
parent
caae8d8776
commit
ccbe97451b
1 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@
|
||||||
|
|
||||||
services.qbittorrent = {
|
services.qbittorrent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dataDir = "/storage/services/qbittorrent/config";
|
dataDir = "media/storage/media/downloads/qBittorent";
|
||||||
|
|
||||||
user = "qbittorrent";
|
user = "qbittorrent";
|
||||||
group = "qbittorrent";
|
group = "qbittorrent";
|
||||||
|
|
@ -196,7 +196,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /storage/downloads 0775 root media_services - -"
|
"d /media/storage/media/downloads/qBittorrent 0775 root media_services - -"
|
||||||
"d /storage/services/qbittorrent 0755 qbittorrent qbittorrent - -"
|
"d /storage/services/qbittorrent 0755 qbittorrent qbittorrent - -"
|
||||||
"d /storage/services/qbittorrent/config 0755 qbittorrent qbittorrent - -"
|
"d /storage/services/qbittorrent/config 0755 qbittorrent qbittorrent - -"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue