nixos/monero: set port type to types.port

This commit is contained in:
Daniel Nagy 2021-05-25 19:37:54 +02:00
parent cc5517da4c
commit e57465a617
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -110,7 +110,7 @@ in
};
rpc.port = mkOption {
type = types.int;
type = types.port;
default = 18081;
description = ''
Port the RPC server will bind to.