This commit is contained in:
soraefir
2026-06-04 00:52:50 +02:00
parent 9a89479f66
commit d2a402f724
6 changed files with 20 additions and 19 deletions

View File

@@ -4,8 +4,8 @@ let
in with lib; {
domain = mkOption { type = types.str; };
mail = {
domain = mkOption { type = types.str; default = null;};
server = mkOption { type = types.str; default = null;};
domain = mkOption { type = types.nullOr types.str; default = null;};
server = mkOption { type = types.nullOr types.str; default = null;};
};