services.sabnzbd.allowConfigWrite

NixOS option

By default we create the sabnzbd configuration read-only, which keeps the nixos configuration as the single source of truth. If you want to enable configuration of sabnzbd via the web interface or use options that require a writeable configuration, such as quota tracking, enable this option.

type: boolean
Default
false
declared in: nixos/modules/services/networking/sabnzbdView source on NixOS/nixpkgs →