Services are ready
This commit is contained in:
@@ -10,6 +10,18 @@ with lib;
|
||||
default = "Numbus";
|
||||
description = "The name of the person who owns this server";
|
||||
};
|
||||
language = {
|
||||
type = type.str;
|
||||
example = "FR";
|
||||
default = "FR";
|
||||
description = "The language for this server";
|
||||
};
|
||||
locale = {
|
||||
type = type.str;
|
||||
example = "fr_FR";
|
||||
default = "fr_FR";
|
||||
description = "The default locale for this server";
|
||||
};
|
||||
|
||||
services = {
|
||||
domain = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user