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

launchpad/nixpkgs/master
Daniel Nagy 3 years ago
parent 65b32a0afe
commit 8e760f4858
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
  1. 2
      nixos/modules/services/misc/matrix-synapse.nix

@ -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…
Cancel
Save