Define port option

This commit is contained in:
niten 2023-09-12 15:53:00 -07:00
parent 14443c3068
commit 7fd4b2ee7e
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ in {
default = toplevel.config.services.matrixContainer.server-name;
};
port = mkOption {
type = port;
description = "Local port to use for Matrix.";
default = 7520;
};
openid = {
provider = mkOption {
type = str;