mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
nixos/rabbitmq: use port
type
This commit is contained in:
parent
181f012824
commit
d65f16bc02
@ -57,7 +57,7 @@ in {
|
||||
description = ''
|
||||
Port on which RabbitMQ will listen for AMQP connections.
|
||||
'';
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
};
|
||||
|
||||
dataDir = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user