nixos/rabbitmq: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:26:27 +02:00
parent 181f012824
commit d65f16bc02
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -57,7 +57,7 @@ in {
description = ''
Port on which RabbitMQ will listen for AMQP connections.
'';
type = types.int;
type = types.port;
};
dataDir = mkOption {