Fix
This commit is contained in:
@@ -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;};
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user