diff --git a/modules/global.nix b/modules/global.nix index b41f16c..c78f471 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -5,19 +5,19 @@ with lib; { options.numbus = { owner = { - type = type.str; + type = types.str; example = "Alex"; default = "Numbus"; description = "The name of the person who owns this server"; }; language = { - type = type.str; + type = types.str; example = "FR"; default = "FR"; description = "The language for this server"; }; locale = { - type = type.str; + type = types.str; example = "fr_FR"; default = "fr_FR"; description = "The default locale for this server";