Services are ready

This commit is contained in:
Raphaël Numbus
2026-02-23 23:05:54 +01:00
parent 944ffcea85
commit 4bbd62a93e
11 changed files with 276 additions and 133 deletions
+12
View File
@@ -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 {