Loading
nixos/paperless: Support remote databases
When the database is on another host, unit isolation for the document consumer and scheduler have to be disabled. This is currently enabled by default via `PrivateNetwork = false` in defaultServiceConfig. Following https://github.com/NixOS/nixpkgs/pull/368137#pullrequestreview-2522617890 making this conditional on the `database.createLocally` option.