services.rundeck.frameworkSettings

NixOS option

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

type: open submodule of attribute set of (string, package, bool, int or float)
Default
{ }
Example
{
  "framework.ssh.timeout" = "120";
  "framework.ssh.user" = "deploy";
}
declared in: nixos/modules/services/web-apps/rundeck.nixView source on NixOS/nixpkgs →