{ config, lib, pkgs, vars, ... }:
let
inherit (vars) hostName;
in
{
networking.hostName = hostName;
}