{lib, ...}: let
  inherit (lib) types mkOption;
in {
  options.hostName = mkOption {
    type = types.str;
  };
}