{ config, lib, pkgs, ... }:
with lib;
{
options.instance = {
hostname = mkOption {
type = types.str;
description = ''
Hostname of this specific host (without domain).
'';
};
}