services.gancio.userLocale

NixOS option

Override default locales within gancio. See default languages and locales.

type: attribute set of attribute set of attribute set of string
Default
{ }
Example
{
  en = {
    register = {
      description = "My new registration page description";
    };
  };
}
declared in: nixos/modules/services/web-apps/gancio.nixView source on NixOS/nixpkgs →