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