nixos/monero: set port type to `types.port`
(cherry picked from commit e57465a617f4cc993a7b32f90cb9e095f2b09596)
This commit is contained in:
parent
ab496da138
commit
4d837a7a98
|
@ -110,7 +110,7 @@ in
|
|||
};
|
||||
|
||||
rpc.port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 18081;
|
||||
description = ''
|
||||
Port the RPC server will bind to.
|
||||
|
|
Loading…
Reference in New Issue