5 lines
No EOL
185 B
Nix
5 lines
No EOL
185 B
Nix
let
|
|
piTunnelEndpoints = import ../config/endpoints/pi_tunnel.nix;
|
|
livekitLocalEndpoints = import ../config/endpoints/livekit_local.nix;
|
|
in
|
|
piTunnelEndpoints ++ livekitLocalEndpoints |