func (o *operation) checkIfHost() (bool, error) {
    var deviceIsHost bool
    if o.networkType == "hostonly" {
        devices, err := virtualizers.HostDevices()
        if err != nil {