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