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 stringDefault
{ }Example
declared in: nixos/modules/services/web-apps/gancio.nixView source on NixOS/nixpkgs →{
en = {
register = {
description = "My new registration page description";
};
};
}