services.guacamole-server.extraEnvironment
NixOS option
Environment variables to pass to guacd.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/web-apps/guacamole-server.nixView source on NixOS/nixpkgs →{
ENVIRONMENT = "production";
}