MyNixOS website logo
option

services.rundeck.settings

Configuration written to rundeck-config.properties. See https://docs.rundeck.com/docs/administration/configuration/config-file-reference.html for available options.

Secrets must not be set here, as this ends up world-readable in the Nix store. Use the dedicated *File options instead.

Declarations
Type
open submodule of attribute set of (string, package, bool, int or float)
Default
{ }
Example
{
  "rundeck.feature.repository.enabled" = "true";
  "rundeck.projectsStorageType" = "db";
  "rundeck.gui.title" = "My Rundeck Instance";
  "rdeck.security.useHMacRequestTokens" = "true";
  "rundeck.web.jetty.servlet.MaxFormKeys" = "2000";
}