nix-infra/config/hosts/coturn/default.nix

9 lines
88 B
Nix

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