{ lib, ... }: let inherit (lib) types; in { options = { host = lib.mkOption { type = types.str; description = "name of the host to deploy to"; }; }; }