0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/namecoind: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:27:42 +02:00
parent 044d996906
commit d566bd2ddc
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -105,7 +105,7 @@ in
};
rpc.port = mkOption {
type = types.int;
type = types.port;
default = 8332;
description = ''
Port the RPC server will bind to.