services.nextcloud-whiteboard-server.settings

Settings to configure backend server. Especially the Nextcloud host url has to be set. The required environment variable JWT_SECRET_KEY should be set via the secrets option.

Type
attribute set of string
Default
{ }
Example
{
  NEXTCLOUD_URL = "https://nextcloud.example.org";
}
Declared
<nixpkgs/nixos/modules/services/web-apps/nextcloud-whiteboard-server.nix>