services.nextcloud-whiteboard-server.settings
NixOS option
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 stringDefault
{ }Example
declared in: nixos/modules/services/web-apps/nextcloud-whiteboard-server.nixView source on NixOS/nixpkgs →{
NEXTCLOUD_URL = "https://nextcloud.example.org";
}