qbt settings adjust
This commit is contained in:
parent
eebccdaf08
commit
ef9ba83249
@ -11,6 +11,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
(serviceMountDeps "qbittorrent" [
|
(serviceMountDeps "qbittorrent" [
|
||||||
service_configs.torrents_path
|
service_configs.torrents_path
|
||||||
|
config.services.qbittorrent.serverConfig.Preferences.Downloads.TempPath
|
||||||
"/var/lib/qBittorrent/qBittorrent"
|
"/var/lib/qBittorrent/qBittorrent"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
@ -44,8 +45,8 @@
|
|||||||
AlternativeUIEnabled = true;
|
AlternativeUIEnabled = true;
|
||||||
RootFolder = builtins.toString (
|
RootFolder = builtins.toString (
|
||||||
pkgs.fetchzip {
|
pkgs.fetchzip {
|
||||||
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.25.0/vuetorrent.zip";
|
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.26.0/vuetorrent.zip";
|
||||||
sha256 = "sOaQNw6AnpwNFEextgTnsjEOfpl3/lpoOZFgFOz7Bos=";
|
sha256 = "EFVzsr/OZ/QMJ+NN3kDkmIk6FCCnqgK6DgsLWNonspU=";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -105,6 +106,10 @@
|
|||||||
"http://0d.kebhana.mx:443/announce"
|
"http://0d.kebhana.mx:443/announce"
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
# idk why it also has to be specified here too?
|
||||||
|
TempPath = config.services.qbittorrent.serverConfig.Preferences.Downloads.TempPath;
|
||||||
|
TempPathEnabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user