mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
nixos/monero: set port type to types.port
This commit is contained in:
parent
cc5517da4c
commit
e57465a617
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user