{ config, pkgs, ... }:

{
  imports = [
    ./configuration.nix
    ./networking.nix
    ./yate.nix
    ./service.nix
  ];
}