mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sabnzbd: allow overriding of config schema version and encoding
This commit is contained in:
parent
ecf281d03f
commit
345604f013
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ let
|
|||
"__version__" = 19;
|
||||
"__encoding__" = "utf-8";
|
||||
};
|
||||
allSettings = cfg.settings // mandatoryGlobalSettings;
|
||||
allSettings = mandatoryGlobalSettings // cfg.settings;
|
||||
|
||||
# sabnzbd uses configobj type inis, which support
|
||||
# nested sections specified by increasing numbers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue