mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/namecoind: use port
type
This commit is contained in:
parent
044d996906
commit
d566bd2ddc
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
rpc.port = mkOption {
|
rpc.port = mkOption {
|
||||||
type = types.int;
|
type = types.port;
|
||||||
default = 8332;
|
default = 8332;
|
||||||
description = ''
|
description = ''
|
||||||
Port the RPC server will bind to.
|
Port the RPC server will bind to.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue