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