Formatted qbittorrent nix
Deploy / run-nix-build (push) Has been cancelled
Deploy / deploy-site (push) Has been cancelled
Lint / fmt (push) Has been cancelled
Lint / build-website (push) Has been cancelled
Lint / test (push) Has been cancelled

This commit is contained in:
Alexander
2026-04-26 15:57:41 +02:00
parent 8b4a4c67b2
commit 05ff361f3c
+4 -2
View File
@@ -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 = {