From 345604f0137dd7ffa536e8e5db91165897b3e728 Mon Sep 17 00:00:00 2001 From: glyph Date: Sun, 29 Mar 2026 00:18:25 +0100 Subject: [PATCH] sabnzbd: allow overriding of config schema version and encoding --- nixos/modules/services/networking/sabnzbd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/sabnzbd/default.nix b/nixos/modules/services/networking/sabnzbd/default.nix index 11221d393be5..d4a894faf96f 100644 --- a/nixos/modules/services/networking/sabnzbd/default.nix +++ b/nixos/modules/services/networking/sabnzbd/default.nix @@ -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