forked from mirrors/nixpkgs
nixos/matrix-synapse: set port type to types.port
This commit is contained in:
parent
65b32a0afe
commit
8e760f4858
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue