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.