nixos/matrix-synapse: set port type to types.port

(cherry picked from commit 8e760f485873d202a0ad4aba7a78caabc85cf5db)
This commit is contained in:
Daniel Nagy 2021-05-25 19:29:16 +02:00 committed by github-actions[bot]
parent fda7b06830
commit 28e57cb0c7
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ in {
type = types.listOf (types.submodule {
options = {
port = mkOption {
type = types.int;
type = types.port;
example = 8448;
description = ''
The port to listen for HTTP(S) requests on.