nixos/foundationdb: use types.port
This commit is contained in:
@@ -94,7 +94,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
listenPortStart = lib.mkOption {
|
listenPortStart = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.port;
|
||||||
default = 4500;
|
default = 4500;
|
||||||
description = ''
|
description = ''
|
||||||
Starting port number for database listening sockets. Every FDB process binds to a
|
Starting port number for database listening sockets. Every FDB process binds to a
|
||||||
|
|||||||
Reference in New Issue
Block a user