mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +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 {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 18081;
|
||||
description = ''
|
||||
Port the RPC server will bind to.
|
||||
|
Loading…
Reference in New Issue
Block a user