MyNixOS website logo
option

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.

Declarations
Type
attribute set of absolute path not in the Nix store
Default
{ }
Example
{
  oidc_login_client_secret = "/run/secrets/nextcloud_oidc_secret";
}