Fixed typo type --> types.

This commit is contained in:
Raphaël Numbus
2026-02-25 11:56:30 +01:00
parent e678e08634
commit 10611475a6
+3 -3
View File
@@ -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";