6 lines
123 B
Nix
6 lines
123 B
Nix
{config, ...}: {
|
|
services.livekit = {
|
|
enable = true;
|
|
keyFile = config.age.secrets."livekitKeys.age".path;
|
|
};
|
|
}
|