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
declared in: nixos/modules/services/web-apps/rundeck.nixView source on NixOS/nixpkgs →{
"framework.ssh.timeout" = "120";
"framework.ssh.user" = "deploy";
}