Update
This commit is contained in:
@@ -107,8 +107,10 @@ let
|
||||
options = {
|
||||
enable = mkOption { type = types.bool;default = false; };
|
||||
db = mkOption { type = types.bool;default = false; };
|
||||
ip = mkOption { type = types.str; };
|
||||
port = mkOption { type = types.port; };
|
||||
ip = mkOption { type = types.nullOr types.str; default = null;};
|
||||
subdomain = mkOption { type = types.nullOr types.str; default=null;};
|
||||
port = mkOption { type = types.port; default = 0; };
|
||||
pubPort = mkOption { type = types.port; default = 0; };
|
||||
extraParam = mkOption { type = types.str; default = ""; };
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user