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