services.guacamole-client.settings

NixOS option

Configuration written to guacamole.properties. The Guacamole web application uses one main configuration file called guacamole.properties. This file is the common location for all configuration properties read by Guacamole or any extension of Guacamole, including authentication providers.

type: open submodule of attribute set of (string, package, bool, int or float)
Default
{
  guacd-hostname = "localhost";
  guacd-port = 4822;
}
declared in: nixos/modules/services/web-apps/guacamole-client.nixView source on NixOS/nixpkgs →