nix-infra/hosts/nixos-coturn/default.nix
2023-11-09 23:10:51 +01:00

8 lines
73 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./coturn.nix
];
}