qbittorrent: use recursiveUpdate for extraSettings merge
This commit is contained in:
@@ -117,7 +117,7 @@ in {
|
||||
webuiPort = cfg.uiPort;
|
||||
torrentingPort = cfg.peerPort;
|
||||
openFirewall = cfg.openFirewall;
|
||||
serverConfig =
|
||||
serverConfig = lib.recursiveUpdate
|
||||
{
|
||||
LegalNotice.Accepted = true;
|
||||
BitTorrent.Session = {
|
||||
@@ -142,7 +142,7 @@ in {
|
||||
};
|
||||
};
|
||||
}
|
||||
// cfg.extraSettings;
|
||||
cfg.extraSettings;
|
||||
};
|
||||
|
||||
users.users.qbittorrent = {
|
||||
|
||||
Reference in New Issue
Block a user