nixos/matrix-synapse: set port type to types.port
(cherry picked from commit 8e760f485873d202a0ad4aba7a78caabc85cf5db)
This commit is contained in:
parent
fda7b06830
commit
28e57cb0c7
|
@ -231,7 +231,7 @@ in {
|
||||||
type = types.listOf (types.submodule {
|
type = types.listOf (types.submodule {
|
||||||
options = {
|
options = {
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = types.int;
|
type = types.port;
|
||||||
example = 8448;
|
example = 8448;
|
||||||
description = ''
|
description = ''
|
||||||
The port to listen for HTTP(S) requests on.
|
The port to listen for HTTP(S) requests on.
|
||||||
|
|
Loading…
Reference in New Issue