From 7fd4b2ee7e669378c097652851715772c19a12a6 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 12 Sep 2023 15:53:00 -0700 Subject: [PATCH] Define port option --- matrix-module.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/matrix-module.nix b/matrix-module.nix index 69c1a42..4114484 100644 --- a/matrix-module.nix +++ b/matrix-module.nix @@ -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;