nixos/monero: set port type to `types.port`

(cherry picked from commit e57465a617f4cc993a7b32f90cb9e095f2b09596)
This commit is contained in:
Daniel Nagy 2021-05-25 19:37:54 +02:00 committed by github-actions[bot]
parent ab496da138
commit 4d837a7a98
1 changed files with 1 additions and 1 deletions

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.