nixos: services: sabnzbd: fix deprecated config

I want to have _some_ settings set outside my NixOS configuration, so
keep the config-file writable.
This commit is contained in:
Bruno BELANYI 2026-02-19 15:01:11 +01:00
parent 89db8883e9
commit f2ae223c66

View file

@ -13,6 +13,11 @@ in
services.sabnzbd = {
enable = true;
group = "media";
# Don't warn about the config file
configFile = null;
# I want to configure servers outside of Nix
allowConfigWrite = true;
};
# Set-up media group