Formatted qbittorrent nix
This commit is contained in:
@@ -117,7 +117,8 @@ in {
|
|||||||
webuiPort = cfg.uiPort;
|
webuiPort = cfg.uiPort;
|
||||||
torrentingPort = cfg.peerPort;
|
torrentingPort = cfg.peerPort;
|
||||||
openFirewall = cfg.openFirewall;
|
openFirewall = cfg.openFirewall;
|
||||||
serverConfig = {
|
serverConfig =
|
||||||
|
{
|
||||||
LegalNotice.Accepted = true;
|
LegalNotice.Accepted = true;
|
||||||
BitTorrent.Session = {
|
BitTorrent.Session = {
|
||||||
DefaultSavePath = downloadDir;
|
DefaultSavePath = downloadDir;
|
||||||
@@ -140,7 +141,8 @@ in {
|
|||||||
TempPathEnabled = true;
|
TempPathEnabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
} // cfg.extraSettings;
|
}
|
||||||
|
// cfg.extraSettings;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.qbittorrent = {
|
users.users.qbittorrent = {
|
||||||
|
|||||||
Reference in New Issue
Block a user