nixos/monero: set port type to types.port

(cherry picked from commit e57465a617f4cc993a7b32f90cb9e095f2b09596)
This commit is contained in:
Daniel Nagy
2021-06-01 13:15:25 +00:00
committed by github-actions[bot]
parent ab496da138
commit 4d837a7a98
+1 -1
View File
@@ -110,7 +110,7 @@ in
}; };
rpc.port = mkOption { rpc.port = mkOption {
type = types.int; type = types.port;
default = 18081; default = 18081;
description = '' description = ''
Port the RPC server will bind to. Port the RPC server will bind to.