nixos/livekit: use types.port
This commit is contained in:
@@ -85,13 +85,13 @@ in
|
|||||||
|
|
||||||
rtc = {
|
rtc = {
|
||||||
port_range_start = lib.mkOption {
|
port_range_start = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.port;
|
||||||
default = 50000;
|
default = 50000;
|
||||||
description = "Start of UDP port range for WebRTC";
|
description = "Start of UDP port range for WebRTC";
|
||||||
};
|
};
|
||||||
|
|
||||||
port_range_end = lib.mkOption {
|
port_range_end = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.port;
|
||||||
default = 51000;
|
default = 51000;
|
||||||
description = "End of UDP port range for WebRTC";
|
description = "End of UDP port range for WebRTC";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user