Define port option
This commit is contained in:
parent
14443c3068
commit
7fd4b2ee7e
|
@ -52,6 +52,12 @@ in {
|
||||||
default = toplevel.config.services.matrixContainer.server-name;
|
default = toplevel.config.services.matrixContainer.server-name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port = mkOption {
|
||||||
|
type = port;
|
||||||
|
description = "Local port to use for Matrix.";
|
||||||
|
default = 7520;
|
||||||
|
};
|
||||||
|
|
||||||
openid = {
|
openid = {
|
||||||
provider = mkOption {
|
provider = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
|
Loading…
Reference in New Issue