Oddbean new post about | logout
 ohhh 
 Ugly hack it is.

let
  hostname = builtins.readFile ./whereami;
  hostConfigPath = ./${hostname};
  hostConfig = if builtins.pathExists hostConfigPath
                 then import hostConfigPath
               else {};
in