services.olivetin.extraConfigFiles

NixOS option

Config files to merge into the settings defined in services.olivetin.settings. This is useful to avoid putting secrets into the nix store. See https://docs.olivetin.app/config.html for more information.

type: list of absolute path
Default
[ ]
Example
[
  "/run/secrets/olivetin.yaml"
]
declared in: nixos/modules/services/web-apps/olivetin.nixView source on NixOS/nixpkgs →