services.nextcloud.secrets
Secret files to read into entries in config.php.
This uses nix_read_secret and LoadCredential to read the contents of the file into the entry in config.php.
- Type
attribute set of absolute path not in the Nix store- Default
{ }- Example
{ oidc_login_client_secret = "/run/secrets/nextcloud_oidc_secret"; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/nextcloud.nix>