{ hostname, type, ... }:
{
  imports = [
    ./common
    ./${type}
    ./${hostname}
  ];
}